#AFAF65

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

Shades of Olive Green #AFAF65

Tints of Olive Green #AFAF65

Color information

#AFAF65 (or 0xAFAF65) is unknown color: approx Olive Green. HEX triplet: AF, AF and 65. RGB value is (175,175,101). Sum of RGB (Red+Green+Blue) = 175+175+101=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF65 is #50509A. Grayscale: #A6A6A6. Windows color (decimal): -5263515 or 6664111. OLE color: 6664111.

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

Color convert

RGB175175101-
CMYK000.420.31
HSL60º31.62%54.12%-
HSV(B)60º42.29%68.63%-
XYZ35.3640.7118.31-
YUV166.5691134.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 101 (39.84% from 255) = 22.39%
R=38.80%
G=38.80%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175101000.420.316031.6254.12
HexAFAF65002A1F3c2036
Octal257257145005237744066
Binary101011111010111111001010010101011111111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF65; }

 p { color: rgb(175,175,101); }

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

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

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

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

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

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

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