Html Css Color HEX #A0AF80 Olivine

📋 copy color: '#A0AF80'

red 160 ◦ green 175 ◦ blue 128

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

Shades of Olivine #A0AF80

Tints of Olivine #A0AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 34.56%
G = 37.8%
B = 27.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#A0AF80 (or 0xA0AF80) is known color: Olivine. HEX triplet: A0, AF and 80. RGB value is (160,175,128). Sum of RGB (Red+Green+Blue) = 160+175+128=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF80 is #5F507F. Grayscale: #A5A5A5. Windows color (decimal): -6246528 or 8433568. OLE color: 8433568.

HSL color Cylindrical-coordinate representation of color #A0AF80: hue angle of 79.15º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0AF80 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 128 -
CMYK 0.09 0 0.27 0.31
HSL 79.15º 0.23% 0.59% -
HSV(B) 79.15º 0.27% 0.69% -
XYZ 33.72 39.69 26.31 -
YUV 165.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 160 175 128 0.09 0 0.27 0.31 79.15 0.23 0.59
Hex A0 AF 80 9 0 1B 1F 4F 17 3B
Octal 240 257 200 11 0 33 37 117 27 73
Binary 10100000 10101111 10000000 1001 0 11011 11111 1001111 10111 111011

Color Harmonies of #A0AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF80

Black with #A0AF80

Text Example


Text Example

White with #A0AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF80; }

 p { color: rgb(160,175,128); }

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

background-color css

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

 a { background-color: rgb(160,175,128); }

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

border-color css

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

 span { border-color: rgb(160,175,128); }

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