#AFAF64

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

Shades of Olive Green #AFAF64

Tints of Olive Green #AFAF64

Color information

#AFAF64 (or 0xAFAF64) is unknown color: approx Olive Green. HEX triplet: AF, AF and 64. RGB value is (175,175,100). Sum of RGB (Red+Green+Blue) = 175+175+100=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF64 is #50509B. Grayscale: #A6A6A6. Windows color (decimal): -5263516 or 6598575. OLE color: 6598575.

HSL color Cylindrical-coordinate representation of color #AFAF64: 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.43%. Process color model (Four color, CMYK) of #AFAF64 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB175175100-
CMYK000.430.31
HSL60º31.91%53.92%-
HSV(B)60º42.86%68.63%-
XYZ35.3140.6918.05-
YUV166.4590.5134.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175100000.430.316031.9153.92
HexAFAF64002B1F3c2036
Octal257257144005337744066
Binary101011111010111111001000010101111111111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF64; }

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

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

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

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

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

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

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

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