#AFB35F

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

Shades of Olive Green #AFB35F

Tints of Olive Green #AFB35F

Color information

#AFB35F (or 0xAFB35F) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 5F. RGB value is (175,179,95). Sum of RGB (Red+Green+Blue) = 175+179+95=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB35F is #504CA0. Grayscale: #A8A8A8. Windows color (decimal): -5262497 or 6271919. OLE color: 6271919.

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

Color convert

RGB17517995-
CMYK0.0200.470.30
HSL62.86º35.59%53.73%-
HSV(B)62.86º46.93%70.2%-
XYZ35.8642.1817.08-
YUV168.2386.67132.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=38.98%
G=39.87%
B=21.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179950.0200.470.3062.8635.5953.73
HexAFB35F202F1E3f2436
Octal257263137205736774466
Binary1010111110110011101111110010111111110111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB35F; }

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

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

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

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

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

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

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

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