#AFB15D

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

Shades of Olive Green #AFB15D

Tints of Olive Green #AFB15D

Color information

#AFB15D (or 0xAFB15D) is unknown color: approx Olive Green. HEX triplet: AF, B1 and 5D. RGB value is (175,177,93). Sum of RGB (Red+Green+Blue) = 175+177+93=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB15D is #504EA2. Grayscale: #A7A7A7. Windows color (decimal): -5263011 or 6140335. OLE color: 6140335.

HSL color Cylindrical-coordinate representation of color #AFB15D: hue angle of 61.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFB15D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17517793-
CMYK0.0100.470.31
HSL61.43º35%52.94%-
HSV(B)61.43º47.46%69.41%-
XYZ35.3841.3516.47-
YUV166.8386.34133.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=39.33%
G=39.78%
B=20.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175177930.0100.470.3161.433552.94
HexAFB15D102F1F3d2335
Octal257261135105737754365
Binary101011111011000110111011010111111111111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB15D; }

 p { color: rgb(175,177,93); }

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

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

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

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

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

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

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