Html Css Color HEX #A0B576 Olivine

📋 copy color: '#A0B576'

red 160 ◦ green 181 ◦ blue 118

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

Shades of Olivine #A0B576

Tints of Olivine #A0B576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 34.86%
G = 39.43%
B = 25.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#A0B576 (or 0xA0B576) is known color: Olivine. HEX triplet: A0, B5 and 76. RGB value is (160,181,118). Sum of RGB (Red+Green+Blue) = 160+181+118=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B576 is #5F4A89. Grayscale: #A7A7A7. Windows color (decimal): -6245002 or 7779744. OLE color: 7779744.

HSL color Cylindrical-coordinate representation of color #A0B576: hue angle of 80º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0B576 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 118 -
CMYK 0.12 0 0.35 0.29
HSL 80º 0.3% 0.59% -
HSV(B) 80º 0.35% 0.71% -
XYZ 34.29 41.83 23.41 -
YUV 167.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 160 181 118 0.12 0 0.35 0.29 80 0.3 0.59
Hex A0 B5 76 C 0 23 1D 50 1E 3B
Octal 240 265 166 14 0 43 35 120 36 73
Binary 10100000 10110101 1110110 1100 0 100011 11101 1010000 11110 111011

Color Harmonies of #A0B576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B576

Black with #A0B576

Text Example


Text Example

White with #A0B576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B576; }

 p { color: rgb(160,181,118); }

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

background-color css

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

 a { background-color: rgb(160,181,118); }

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

border-color css

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

 span { border-color: rgb(160,181,118); }

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