Html Css Color HEX #A0BB79 Olivine

📋 copy color: '#A0BB79'

red 160 ◦ green 187 ◦ blue 121

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

Shades of Olivine #A0BB79

Tints of Olivine #A0BB79

RGB

 RED value IS 160 (62.89% from 255) = 34.19%

 GREEN value IS 187 (73.44% from 255) = 39.96%

 BLUE value IS 121 (47.66% from 255) = 25.85%

R = 34.19%
G = 39.96%
B = 25.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#A0BB79 (or 0xA0BB79) is known color: Olivine. HEX triplet: A0, BB and 79. RGB value is (160,187,121). Sum of RGB (Red+Green+Blue) = 160+187+121=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB79 is #5F4486. Grayscale: #ABABAB. Windows color (decimal): -6243463 or 7977888. OLE color: 7977888.

HSL color Cylindrical-coordinate representation of color #A0BB79: hue angle of 84.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0BB79 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 121 -
CMYK 0.14 0 0.35 0.27
HSL 84.55º 0.33% 0.6% -
HSV(B) 84.55º 0.35% 0.73% -
XYZ 35.72 44.39 24.78 -
YUV 171.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 160 187 121 0.14 0 0.35 0.27 84.55 0.33 0.6
Hex A0 BB 79 E 0 23 1B 55 21 3C
Octal 240 273 171 16 0 43 33 125 41 74
Binary 10100000 10111011 1111001 1110 0 100011 11011 1010101 100001 111100

Color Harmonies of #A0BB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB79

Black with #A0BB79

Text Example


Text Example

White with #A0BB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB79; }

 p { color: rgb(160,187,121); }

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

background-color css

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

 a { background-color: rgb(160,187,121); }

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

border-color css

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

 span { border-color: rgb(160,187,121); }

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