#AFB761

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

Shades of Olive Green #AFB761

Tints of Olive Green #AFB761

Color information

#AFB761 (or 0xAFB761) is unknown color: approx Olive Green. HEX triplet: AF, B7 and 61. RGB value is (175,183,97). Sum of RGB (Red+Green+Blue) = 175+183+97=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB761 is #50489E. Grayscale: #ABABAB. Windows color (decimal): -5261471 or 6404015. OLE color: 6404015.

HSL color Cylindrical-coordinate representation of color #AFB761: hue angle of 65.58º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFB761 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB17518397-
CMYK0.0400.470.28
HSL65.58º37.39%54.9%-
HSV(B)65.58º46.99%71.76%-
XYZ36.7743.8417.83-
YUV170.886.35130.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=38.46%
G=40.22%
B=21.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183970.0400.470.2865.5837.3954.9
HexAFB761402F1C422537
Octal2572671414057341024567
Binary101011111011011111000011000101111111001000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB761; }

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

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

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

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

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

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

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

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