#ADAF69

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

Shades of Olive Green #ADAF69

Tints of Olive Green #ADAF69

Color information

#ADAF69 (or 0xADAF69) is unknown color: approx Olive Green. HEX triplet: AD, AF and 69. RGB value is (173,175,105). Sum of RGB (Red+Green+Blue) = 173+175+105=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF69 is #525096. Grayscale: #A6A6A6. Windows color (decimal): -5394583 or 6926253. OLE color: 6926253.

HSL color Cylindrical-coordinate representation of color #ADAF69: hue angle of 61.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADAF69 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB173175105-
CMYK0.0100.400.31
HSL61.71º30.43%54.9%-
HSV(B)61.71º40%68.63%-
XYZ35.1140.5619.34-
YUV166.4293.34132.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=38.19%
G=38.63%
B=23.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751050.0100.400.3161.7130.4354.9
HexADAF6910281F3e1e37
Octal255257151105037763667
Binary10101101101011111101001101010001111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF69; }

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

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

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

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

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

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

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

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