#AFAF68

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

Shades of Olive Green #AFAF68

Tints of Olive Green #AFAF68

Color information

#AFAF68 (or 0xAFAF68) is unknown color: approx Olive Green. HEX triplet: AF, AF and 68. RGB value is (175,175,104). Sum of RGB (Red+Green+Blue) = 175+175+104=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF68 is #505097. Grayscale: #A7A7A7. Windows color (decimal): -5263512 or 6860719. OLE color: 6860719.

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

Color convert

RGB175175104-
CMYK000.410.31
HSL60º30.74%54.71%-
HSV(B)60º40.57%68.63%-
XYZ35.5140.7719.1-
YUV166.9192.5133.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=38.55%
G=38.55%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175104000.410.316030.7454.71
HexAFAF6800291F3c1f37
Octal257257150005137743767
Binary10101111101011111101000001010011111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF68; }

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

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

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

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

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

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

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

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