#AFB75B

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

Shades of Olive Green #AFB75B

Tints of Olive Green #AFB75B

Color information

#AFB75B (or 0xAFB75B) is unknown color: approx Olive Green. HEX triplet: AF, B7 and 5B. RGB value is (175,183,91). Sum of RGB (Red+Green+Blue) = 175+183+91=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB75B is #5048A4. Grayscale: #AAAAAA. Windows color (decimal): -5261477 or 6010799. OLE color: 6010799.

HSL color Cylindrical-coordinate representation of color #AFB75B: hue angle of 65.22º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB75B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB17518391-
CMYK0.0400.500.28
HSL65.22º38.98%53.73%-
HSV(B)65.22º50.27%71.76%-
XYZ36.543.7416.42-
YUV170.1283.35131.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=38.98%
G=40.76%
B=20.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183910.0400.500.2865.2238.9853.73
HexAFB75B40321C412736
Octal2572671334062341014766
Binary101011111011011110110111000110010111001000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB75B; }

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

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

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

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

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

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

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

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