#afb056

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

Shades of Olive Green #AFB056

Tints of Olive Green #AFB056

Color information

#AFB056 (or 0xAFB056) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 56. RGB value is (175,176,86). Sum of RGB (Red+Green+Blue) = 175+176+86=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB056 is #504FA9. Grayscale: #A5A5A5. Windows color (decimal): -5263274 or 5681327. OLE color: 5681327.

HSL color Cylindrical-coordinate representation of color #AFB056: hue angle of 60.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFB056 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17517686-
CMYK0.0100.510.31
HSL60.67º36.29%51.37%-
HSV(B)60.67º51.14%69.02%-
XYZ34.8840.8414.85-
YUV165.4483.17134.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 86 (33.98% from 255) = 19.68%
R=40.05%
G=40.27%
B=19.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176860.0100.510.3160.6736.2951.37
HexAFB05610331F3d2433
Octal257260126106337754463
Binary101011111011000010101101011001111111111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb056; }

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

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

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

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

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

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

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

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