Html Css Color HEX #A0B87C Olivine

📋 copy color: '#A0B87C'

red 160 ◦ green 184 ◦ blue 124

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

Shades of Olivine #A0B87C

Tints of Olivine #A0B87C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 34.19%
G = 39.32%
B = 26.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#A0B87C (or 0xA0B87C) is known color: Olivine. HEX triplet: A0, B8 and 7C. RGB value is (160,184,124). Sum of RGB (Red+Green+Blue) = 160+184+124=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B87C is #5F4783. Grayscale: #AAAAAA. Windows color (decimal): -6244228 or 8173728. OLE color: 8173728.

HSL color Cylindrical-coordinate representation of color #A0B87C: hue angle of 84º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0B87C is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 124 -
CMYK 0.13 0 0.33 0.28
HSL 84º 0.3% 0.6% -
HSV(B) 84º 0.33% 0.72% -
XYZ 35.28 43.21 25.55 -
YUV 169.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 160 184 124 0.13 0 0.33 0.28 84 0.3 0.6
Hex A0 B8 7C D 0 21 1C 54 1E 3C
Octal 240 270 174 15 0 41 34 124 36 74
Binary 10100000 10111000 1111100 1101 0 100001 11100 1010100 11110 111100

Color Harmonies of #A0B87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B87C

Black with #A0B87C

Text Example


Text Example

White with #A0B87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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