#AFAE69

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

Shades of Olive Green #AFAE69

Tints of Olive Green #AFAE69

Color information

#AFAE69 (or 0xAFAE69) is unknown color: approx Olive Green. HEX triplet: AF, AE and 69. RGB value is (175,174,105). Sum of RGB (Red+Green+Blue) = 175+174+105=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE69 is #505196. Grayscale: #A6A6A6. Windows color (decimal): -5263767 or 6925999. OLE color: 6925999.

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

Color convert

RGB175174105-
CMYK00.010.400.31
HSL59.14º30.43%54.9%-
HSV(B)59.14º40%68.63%-
XYZ35.3740.4119.3-
YUV166.4393.33134.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=38.55%
G=38.33%
B=23.13%

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
Decimal17517410500.010.400.3159.1430.4354.9
HexAFAE6901281F3b1e37
Octal257256151015037733667
Binary10101111101011101101001011010001111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE69; }

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

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

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

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

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

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

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

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