Html Css Color HEX #A0BB7C Olivine

📋 copy color: '#A0BB7C'

red 160 ◦ green 187 ◦ blue 124

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

Shades of Olivine #A0BB7C

Tints of Olivine #A0BB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.33%

R = 33.97%
G = 39.7%
B = 26.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A0BB7C (or 0xA0BB7C) is known color: Olivine. HEX triplet: A0, BB and 7C. RGB value is (160,187,124). Sum of RGB (Red+Green+Blue) = 160+187+124=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB7C is #5F4483. Grayscale: #ABABAB. Windows color (decimal): -6243460 or 8174496. OLE color: 8174496.

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

Color convert

RGB 160 187 124 -
CMYK 0.14 0 0.34 0.27
HSL 85.71º 0.32% 0.61% -
HSV(B) 85.71º 0.34% 0.73% -
XYZ 35.91 44.47 25.76 -
YUV 171.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 160 187 124 0.14 0 0.34 0.27 85.71 0.32 0.61
Hex A0 BB 7C E 0 22 1B 56 20 3D
Octal 240 273 174 16 0 42 33 126 40 75
Binary 10100000 10111011 1111100 1110 0 100010 11011 1010110 100000 111101

Color Harmonies of #A0BB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB7C

Black with #A0BB7C

Text Example


Text Example

White with #A0BB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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