#AFB35E

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

Shades of Olive Green #AFB35E

Tints of Olive Green #AFB35E

Color information

#AFB35E (or 0xAFB35E) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 5E. RGB value is (175,179,94). Sum of RGB (Red+Green+Blue) = 175+179+94=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB35E is #504CA1. Grayscale: #A8A8A8. Windows color (decimal): -5262498 or 6206383. OLE color: 6206383.

HSL color Cylindrical-coordinate representation of color #AFB35E: hue angle of 62.82º 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 #AFB35E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17517994-
CMYK0.0200.470.30
HSL62.82º35.86%53.53%-
HSV(B)62.82º47.49%70.2%-
XYZ35.8242.1616.84-
YUV168.1186.17132.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 179 (70.31% from 255) = 39.96%
BLUE value IS 94 (37.11% from 255) = 20.98%
R=39.06%
G=39.96%
B=20.98%

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
Decimal175179940.0200.470.3062.8235.8653.53
HexAFB35E202F1E3f2436
Octal257263136205736774466
Binary1010111110110011101111010010111111110111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB35E; }

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

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

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

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

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

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

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

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