#AFB556

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

Shades of Olive Green #AFB556

Tints of Olive Green #AFB556

Color information

#AFB556 (or 0xAFB556) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 56. RGB value is (175,181,86). Sum of RGB (Red+Green+Blue) = 175+181+86=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB556 is #504AA9. Grayscale: #A8A8A8. Windows color (decimal): -5261994 or 5682607. OLE color: 5682607.

HSL color Cylindrical-coordinate representation of color #AFB556: hue angle of 63.79º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB556 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB17518186-
CMYK0.0300.520.29
HSL63.79º39.09%52.35%-
HSV(B)63.79º52.49%70.98%-
XYZ35.8842.8315.18-
YUV168.3881.51132.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=39.59%
G=40.95%
B=19.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175181860.0300.520.2963.7939.0952.35
HexAFB55630341D402734
Octal2572651263064351004764
Binary10101111101101011010110110110100111011000000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB556; }

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

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

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

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

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

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

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

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