#AFAD69

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

Shades of Olive Green #AFAD69

Tints of Olive Green #AFAD69

Color information

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

HSL color Cylindrical-coordinate representation of color #AFAD69: hue angle of 58.29º 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 #AFAD69 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB175173105-
CMYK00.010.400.31
HSL58.29º30.43%54.9%-
HSV(B)58.29º40%68.63%-
XYZ35.1740.0219.24-
YUV165.8593.66134.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517310500.010.400.3158.2930.4354.9
HexAFAD6901281F3a1e37
Octal257255151015037723667
Binary10101111101011011101001011010001111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD69; }

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

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

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

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

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

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

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

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