#ADAF62

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

Shades of Olive Green #ADAF62

Tints of Olive Green #ADAF62

Color information

#ADAF62 (or 0xADAF62) is unknown color: approx Olive Green. HEX triplet: AD, AF and 62. RGB value is (173,175,98). Sum of RGB (Red+Green+Blue) = 173+175+98=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF62 is #52509D. Grayscale: #A5A5A5. Windows color (decimal): -5394590 or 6467501. OLE color: 6467501.

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

Color convert

RGB17317598-
CMYK0.0100.440.31
HSL61.56º32.49%53.53%-
HSV(B)61.56º44%68.63%-
XYZ34.7740.4317.53-
YUV165.6289.84133.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=38.79%
G=39.24%
B=21.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175980.0100.440.3161.5632.4953.53
HexADAF62102C1F3e2036
Octal255257142105437764066
Binary101011011010111111000101010110011111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF62; }

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

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

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

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

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

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

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

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