Html Css Color HEX #A0BB6E Olivine

📋 copy color: '#A0BB6E'

red 160 ◦ green 187 ◦ blue 110

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

Shades of Olivine #A0BB6E

Tints of Olivine #A0BB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 35.01%
G = 40.92%
B = 24.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A0BB6E (or 0xA0BB6E) is known color: Olivine. HEX triplet: A0, BB and 6E. RGB value is (160,187,110). Sum of RGB (Red+Green+Blue) = 160+187+110=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB6E is #5F4491. Grayscale: #AAAAAA. Windows color (decimal): -6243474 or 7256992. OLE color: 7256992.

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

Color convert

RGB 160 187 110 -
CMYK 0.14 0 0.41 0.27
HSL 81.04º 0.36% 0.58% -
HSV(B) 81.04º 0.41% 0.73% -
XYZ 35.08 44.14 21.42 -
YUV 170.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 160 187 110 0.14 0 0.41 0.27 81.04 0.36 0.58
Hex A0 BB 6E E 0 29 1B 51 24 3A
Octal 240 273 156 16 0 51 33 121 44 72
Binary 10100000 10111011 1101110 1110 0 101001 11011 1010001 100100 111010

Color Harmonies of #A0BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB6E

Black with #A0BB6E

Text Example


Text Example

White with #A0BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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