#ADAF60

Color #ADAF60 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ADAF60

Tints of Olive Green #ADAF60

Color information

#ADAF60 (or 0xADAF60) is unknown color: approx Olive Green. HEX triplet: AD, AF and 60. RGB value is (173,175,96). Sum of RGB (Red+Green+Blue) = 173+175+96=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF60 is #52509F. Grayscale: #A5A5A5. Windows color (decimal): -5394592 or 6336429. OLE color: 6336429.

HSL color Cylindrical-coordinate representation of color #ADAF60: hue angle of 61.52º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADAF60 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17317596-
CMYK0.0100.450.31
HSL61.52º33.05%53.14%-
HSV(B)61.52º45.14%68.63%-
XYZ34.6740.3917.03-
YUV165.488.84133.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=38.96%
G=39.41%
B=21.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175960.0100.450.3161.5233.0553.14
HexADAF60102D1F3e2135
Octal255257140105537764165
Binary101011011010111111000001010110111111111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF60; }

 p { color: rgb(173,175,96); }

 H1.HeaderClassName
 {
   color: #ADAF60;
 }
 .AnyTagClassName
 {
   color: #ADAF60;
 }
</style>
background-color css

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

 a { background-color: rgb(173,175,96); }

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

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

 span { border-color: rgb(173,175,96); }

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