#AFAD67

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

Shades of Olive Green #AFAD67

Tints of Olive Green #AFAD67

Color information

#AFAD67 (or 0xAFAD67) is unknown color: approx Olive Green. HEX triplet: AF, AD and 67. RGB value is (175,173,103). Sum of RGB (Red+Green+Blue) = 175+173+103=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD67 is #505298. Grayscale: #A5A5A5. Windows color (decimal): -5264025 or 6794671. OLE color: 6794671.

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

Color convert

RGB175173103-
CMYK00.010.410.31
HSL58.33º31.03%54.51%-
HSV(B)58.33º41.14%68.63%-
XYZ35.0739.9818.7-
YUV165.6292.66134.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=38.80%
G=38.36%
B=22.84%

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
Decimal17517310300.010.410.3158.3331.0354.51
HexAFAD6701291F3a1f37
Octal257255147015137723767
Binary10101111101011011100111011010011111111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD67; }

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

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

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

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

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

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

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

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