Html Css Color HEX #78AA81 Bay Leaf

📋 copy color: '#78AA81'

red 120 ◦ green 170 ◦ blue 129

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

Shades of Bay Leaf #78AA81

Tints of Bay Leaf #78AA81

RGB

 RED value IS 120 (47.27% from 255) = 28.64%

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 28.64%
G = 40.57%
B = 30.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#78AA81 (or 0x78AA81) is known color: Bay Leaf. HEX triplet: 78, AA and 81. RGB value is (120,170,129). Sum of RGB (Red+Green+Blue) = 120+170+129=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA81 is #87557E. Grayscale: #969696. Windows color (decimal): -8869247 or 8497784. OLE color: 8497784.

HSL color Cylindrical-coordinate representation of color #78AA81: hue angle of 130.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA81 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 170 129 -
CMYK 0.29 0 0.24 0.33
HSL 130.8º 0.23% 0.57% -
HSV(B) 130.8º 0.29% 0.67% -
XYZ 26.08 34.33 26.02 -
YUV 150.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 120 170 129 0.29 0 0.24 0.33 130.8 0.23 0.57
Hex 78 AA 81 1D 0 18 21 83 17 39
Octal 170 252 201 35 0 30 41 203 27 71
Binary 1111000 10101010 10000001 11101 0 11000 100001 10000011 10111 111001

Color Harmonies of #78AA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA81

Black with #78AA81

Text Example


Text Example

White with #78AA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,129); }

 H1.HeaderClassName
 {
   color: #78AA81;
 }
 .AnyTagClassName
 {
   color: #78AA81;
 }
</style>

background-color css

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

 a { background-color: rgb(120,170,129); }

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

border-color css

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

 span { border-color: rgb(120,170,129); }

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