#78C38F

Color #78C38F Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #78C38F

Tints of Bay Leaf #78C38F

Color information

#78C38F (or 0x78C38F) is unknown color: approx Bay Leaf. HEX triplet: 78, C3 and 8F. RGB value is (120,195,143). Sum of RGB (Red+Green+Blue) = 120+195+143=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #78C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C38F is #873C70. Grayscale: #A6A6A6. Windows color (decimal): -8862833 or 9421688. OLE color: 9421688.

HSL color Cylindrical-coordinate representation of color #78C38F: hue angle of 138.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C38F is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB120195143-
CMYK0.3800.270.24
HSL138.4º38.46%61.76%-
HSV(B)138.4º38.46%76.47%-
XYZ32.2245.0132.98-
YUV166.65114.6594.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=26.20%
G=42.58%
B=31.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201951430.3800.270.24138.438.4661.76
Hex78C38F2601B188a263e
Octal17030321746033302124676
Binary111100011000011100011111001100110111100010001010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78C38F; }

 p { color: rgb(120,195,143); }

 H1.HeaderClassName
 {
   color: #78C38F;
 }
 .AnyTagClassName
 {
   color: #78C38F;
 }
</style>
background-color css

<style>
 a { background-color: #78C38F; }

 a { background-color: rgb(120,195,143); }

 div.DivClassName
 {
   background-color: #78C38F;
 }
 .BgClassName
 {
   background-color: #78C38F;
 }
</style>
border-color css

<style>
 span { border-color: #78C38F; }

 span { border-color: rgb(120,195,143); }

 td.TdClassName
 {
   border-color: #78C38F;
 }
 .TagClassName
 {
   border-color: #78C38F;
 }
</style>