#AFB061

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

Shades of Olive Green #AFB061

Tints of Olive Green #AFB061

Color information

#AFB061 (or 0xAFB061) is unknown color: approx Olive Green. HEX triplet: AF, B0 and 61. RGB value is (175,176,97). Sum of RGB (Red+Green+Blue) = 175+176+97=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB061 is #504F9E. Grayscale: #A7A7A7. Windows color (decimal): -5263263 or 6402223. OLE color: 6402223.

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

Color convert

RGB17517697-
CMYK0.0100.450.31
HSL60.76º33.33%53.53%-
HSV(B)60.76º44.89%69.02%-
XYZ35.3641.0317.36-
YUV166.788.67133.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=39.06%
G=39.29%
B=21.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176970.0100.450.3160.7633.3353.53
HexAFB061102D1F3d2136
Octal257260141105537754166
Binary101011111011000011000011010110111111111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB061; }

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

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

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

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

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

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

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

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