#AFAE68

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

Shades of Olive Green #AFAE68

Tints of Olive Green #AFAE68

Color information

#AFAE68 (or 0xAFAE68) is unknown color: approx Olive Green. HEX triplet: AF, AE and 68. RGB value is (175,174,104). Sum of RGB (Red+Green+Blue) = 175+174+104=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE68 is #505197. Grayscale: #A6A6A6. Windows color (decimal): -5263768 or 6860463. OLE color: 6860463.

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

Color convert

RGB175174104-
CMYK00.010.410.31
HSL59.15º30.74%54.71%-
HSV(B)59.15º40.57%68.63%-
XYZ35.3140.3919.03-
YUV166.3292.83134.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=38.63%
G=38.41%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517410400.010.410.3159.1530.7454.71
HexAFAE6801291F3b1f37
Octal257256150015137733767
Binary10101111101011101101000011010011111111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE68; }

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

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

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

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

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

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

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

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