#AFB35D

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

Shades of Olive Green #AFB35D

Tints of Olive Green #AFB35D

Color information

#AFB35D (or 0xAFB35D) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 5D. RGB value is (175,179,93). Sum of RGB (Red+Green+Blue) = 175+179+93=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB35D is #504CA2. Grayscale: #A8A8A8. Windows color (decimal): -5262499 or 6140847. OLE color: 6140847.

HSL color Cylindrical-coordinate representation of color #AFB35D: hue angle of 62.79º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFB35D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17517993-
CMYK0.0200.480.30
HSL62.79º36.13%53.33%-
HSV(B)62.79º48.04%70.2%-
XYZ35.7842.1416.61-
YUV16885.67132.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=39.15%
G=40.04%
B=20.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179930.0200.480.3062.7936.1353.33
HexAFB35D20301E3f2435
Octal257263135206036774465
Binary1010111110110011101110110011000011110111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB35D; }

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

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

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

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

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

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

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

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