#AFAD68

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

Shades of Olive Green #AFAD68

Tints of Olive Green #AFAD68

Color information

#AFAD68 (or 0xAFAD68) is unknown color: approx Olive Green. HEX triplet: AF, AD and 68. RGB value is (175,173,104). Sum of RGB (Red+Green+Blue) = 175+173+104=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD68 is #505297. Grayscale: #A6A6A6. Windows color (decimal): -5264024 or 6860207. OLE color: 6860207.

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

Color convert

RGB175173104-
CMYK00.010.410.31
HSL58.31º30.74%54.71%-
HSV(B)58.31º40.57%68.63%-
XYZ35.124018.97-
YUV165.7393.16134.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=38.72%
G=38.27%
B=23.01%

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
Decimal17517310400.010.410.3158.3130.7454.71
HexAFAD6801291F3a1f37
Octal257255150015137723767
Binary10101111101011011101000011010011111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD68; }

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

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

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

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

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

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

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

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