#78C08A

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

Shades of Bay Leaf #78C08A

Tints of Bay Leaf #78C08A

Color information

#78C08A (or 0x78C08A) is unknown color: approx Bay Leaf. HEX triplet: 78, C0 and 8A. RGB value is (120,192,138). Sum of RGB (Red+Green+Blue) = 120+192+138=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #78C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C08A is #873F75. Grayscale: #A4A4A4. Windows color (decimal): -8863606 or 9093240. OLE color: 9093240.

HSL color Cylindrical-coordinate representation of color #78C08A: hue angle of 135º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C08A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB120192138-
CMYK0.3800.280.25
HSL135º36.36%61.18%-
HSV(B)135º37.5%75.29%-
XYZ31.1843.5330.8-
YUV164.32113.1596.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=26.67%
G=42.67%
B=30.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921380.3800.280.2513536.3661.18
Hex78C08A2601C1987243d
Octal17030021246034312074475
Binary111100011000000100010101001100111001100110000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,138); }

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

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

 a { background-color: rgb(120,192,138); }

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

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

 span { border-color: rgb(120,192,138); }

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