#AFB76C

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

Shades of Olive Green #AFB76C

Tints of Olive Green #AFB76C

Color information

#AFB76C (or 0xAFB76C) is unknown color: approx Olive Green. HEX triplet: AF, B7 and 6C. RGB value is (175,183,108). Sum of RGB (Red+Green+Blue) = 175+183+108=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76C is #504893. Grayscale: #ACACAC. Windows color (decimal): -5261460 or 7124911. OLE color: 7124911.

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

Color convert

RGB175183108-
CMYK0.0400.410.28
HSL66.4º34.25%57.06%-
HSV(B)66.4º40.98%71.76%-
XYZ37.3244.0620.73-
YUV172.0691.85130.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=37.55%
G=39.27%
B=23.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831080.0400.410.2866.434.2557.06
HexAFB76C40291C422239
Octal2572671544051341024271
Binary101011111011011111011001000101001111001000010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB76C; }

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

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

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

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

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

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

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

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