#AFB356

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

Shades of Olive Green #AFB356

Tints of Olive Green #AFB356

Color information

#AFB356 (or 0xAFB356) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 56. RGB value is (175,179,86). Sum of RGB (Red+Green+Blue) = 175+179+86=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB356 is #504CA9. Grayscale: #A7A7A7. Windows color (decimal): -5262506 or 5682095. OLE color: 5682095.

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

Color convert

RGB17517986-
CMYK0.0200.520.30
HSL62.58º37.96%51.96%-
HSV(B)62.58º51.96%70.2%-
XYZ35.4842.0315.05-
YUV167.282.17133.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 19.55%
R=39.77%
G=40.68%
B=19.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179860.0200.520.3062.5837.9651.96
HexAFB35620341E3f2634
Octal257263126206436774664
Binary1010111110110011101011010011010011110111111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB356; }

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

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

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

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

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

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

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

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