Html Css Color HEX #A0B172 Olivine

📋 copy color: '#A0B172'

red 160 ◦ green 177 ◦ blue 114

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

Shades of Olivine #A0B172

Tints of Olivine #A0B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.25%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 35.48%
G = 39.25%
B = 25.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#A0B172 (or 0xA0B172) is known color: Olivine. HEX triplet: A0, B1 and 72. RGB value is (160,177,114). Sum of RGB (Red+Green+Blue) = 160+177+114=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B172 is #5F4E8D. Grayscale: #A4A4A4. Windows color (decimal): -6246030 or 7516576. OLE color: 7516576.

HSL color Cylindrical-coordinate representation of color #A0B172: hue angle of 76.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0B172 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 114 -
CMYK 0.10 0 0.36 0.31
HSL 76.19º 0.29% 0.57% -
HSV(B) 76.19º 0.36% 0.69% -
XYZ 33.26 40.13 21.91 -
YUV 164.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 160 177 114 0.10 0 0.36 0.31 76.19 0.29 0.57
Hex A0 B1 72 A 0 24 1F 4C 1D 39
Octal 240 261 162 12 0 44 37 114 35 71
Binary 10100000 10110001 1110010 1010 0 100100 11111 1001100 11101 111001

Color Harmonies of #A0B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B172

Black with #A0B172

Text Example


Text Example

White with #A0B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B172; }

 p { color: rgb(160,177,114); }

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

background-color css

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

 a { background-color: rgb(160,177,114); }

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

border-color css

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

 span { border-color: rgb(160,177,114); }

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