#78A98E

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

Shades of Bay Leaf #78A98E

Tints of Bay Leaf #78A98E

Color information

#78A98E (or 0x78A98E) is unknown color: approx Bay Leaf. HEX triplet: 78, A9 and 8E. RGB value is (120,169,142). Sum of RGB (Red+Green+Blue) = 120+169+142=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 169 - color contains mainly: green. Hex color #78A98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A98E is #875671. Grayscale: #979797. Windows color (decimal): -8869490 or 9349496. OLE color: 9349496.

HSL color Cylindrical-coordinate representation of color #78A98E: hue angle of 146.94º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A98E is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB120169142-
CMYK0.2900.160.34
HSL146.94º22.17%56.67%-
HSV(B)146.94º28.99%66.27%-
XYZ26.8234.3230.8-
YUV151.27122.77105.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=27.84%
G=39.21%
B=32.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201691420.2900.160.34146.9422.1756.67
Hex78A98E1D01022931639
Octal17025121635020422232671
Binary11110001010100110001110111010100001000101001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,142); }

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

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

 a { background-color: rgb(120,169,142); }

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

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

 span { border-color: rgb(120,169,142); }

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