#AFB257

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

Shades of Olive Green #AFB257

Tints of Olive Green #AFB257

Color information

#AFB257 (or 0xAFB257) is unknown color: approx Olive Green. HEX triplet: AF, B2 and 57. RGB value is (175,178,87). Sum of RGB (Red+Green+Blue) = 175+178+87=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB257 is #504DA8. Grayscale: #A7A7A7. Windows color (decimal): -5262761 or 5747375. OLE color: 5747375.

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

Color convert

RGB17517887-
CMYK0.0200.510.30
HSL61.98º37.14%51.96%-
HSV(B)61.98º51.12%69.8%-
XYZ35.3241.6415.19-
YUV166.7383.01133.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 87 (34.38% from 255) = 19.77%
R=39.77%
G=40.45%
B=19.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178870.0200.510.3061.9837.1451.96
HexAFB25720331E3e2534
Octal257262127206336764564
Binary1010111110110010101011110011001111110111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB257; }

 p { color: rgb(175,178,87); }

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

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

 a { background-color: rgb(175,178,87); }

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

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

 span { border-color: rgb(175,178,87); }

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