#78C08D

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

Shades of Bay Leaf #78C08D

Tints of Bay Leaf #78C08D

Color information

#78C08D (or 0x78C08D) is unknown color: approx Bay Leaf. HEX triplet: 78, C0 and 8D. RGB value is (120,192,141). Sum of RGB (Red+Green+Blue) = 120+192+141=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #78C08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C08D is #873F72. Grayscale: #A4A4A4. Windows color (decimal): -8863603 or 9289848. OLE color: 9289848.

HSL color Cylindrical-coordinate representation of color #78C08D: hue angle of 137.5º 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 #78C08D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB120192141-
CMYK0.3800.270.25
HSL137.5º36.36%61.18%-
HSV(B)137.5º37.5%75.29%-
XYZ31.443.6231.96-
YUV164.66114.6596.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=26.49%
G=42.38%
B=31.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921410.3800.270.25137.536.3661.18
Hex78C08D2601B198a243d
Octal17030021546033312124475
Binary111100011000000100011011001100110111100110001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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