Html Css Color HEX #A0BB77 Olivine

📋 copy color: '#A0BB77'

red 160 ◦ green 187 ◦ blue 119

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

Shades of Olivine #A0BB77

Tints of Olivine #A0BB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 34.33%
G = 40.13%
B = 25.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A0BB77 (or 0xA0BB77) is known color: Olivine. HEX triplet: A0, BB and 77. RGB value is (160,187,119). Sum of RGB (Red+Green+Blue) = 160+187+119=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB77 is #5F4488. Grayscale: #ABABAB. Windows color (decimal): -6243465 or 7846816. OLE color: 7846816.

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

Color convert

RGB 160 187 119 -
CMYK 0.14 0 0.36 0.27
HSL 83.82º 0.33% 0.6% -
HSV(B) 83.82º 0.36% 0.73% -
XYZ 35.6 44.35 24.14 -
YUV 171.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 160 187 119 0.14 0 0.36 0.27 83.82 0.33 0.6
Hex A0 BB 77 E 0 24 1B 54 21 3C
Octal 240 273 167 16 0 44 33 124 41 74
Binary 10100000 10111011 1110111 1110 0 100100 11011 1010100 100001 111100

Color Harmonies of #A0BB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB77

Black with #A0BB77

Text Example


Text Example

White with #A0BB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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