Html Css Color HEX #78A98E Bay Leaf

📋 copy color: '#78A98E'

red 120 ◦ green 169 ◦ blue 142

#78A98E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #78A98E

Tints of Bay Leaf #78A98E

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 value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#78A98E (or 0x78A98E) is known color: 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

RGB 120 169 142 -
CMYK 0.29 0 0.16 0.34
HSL 146.94º 0.22% 0.57% -
HSV(B) 146.94º 0.29% 0.66% -
XYZ 26.82 34.32 30.8 -
YUV 151.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 120 169 142 0.29 0 0.16 0.34 146.94 0.22 0.57
Hex 78 A9 8E 1D 0 10 22 93 16 39
Octal 170 251 216 35 0 20 42 223 26 71
Binary 1111000 10101001 10001110 11101 0 10000 100010 10010011 10110 111001

Color Harmonies of #78A98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A98E

Black with #78A98E

Text Example


Text Example

White with #78A98E

Text Example


Text Example

HTML Codes & Css Web 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>