#AFB75A

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

Shades of Olive Green #AFB75A

Tints of Olive Green #AFB75A

Color information

#AFB75A (or 0xAFB75A) is unknown color: approx Olive Green. HEX triplet: AF, B7 and 5A. RGB value is (175,183,90). Sum of RGB (Red+Green+Blue) = 175+183+90=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB75A is #5048A5. Grayscale: #AAAAAA. Windows color (decimal): -5261478 or 5945263. OLE color: 5945263.

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

Color convert

RGB17518390-
CMYK0.0400.510.28
HSL65.16º39.24%53.53%-
HSV(B)65.16º50.82%71.76%-
XYZ36.4643.7216.19-
YUV170.0182.85131.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=39.06%
G=40.85%
B=20.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175183900.0400.510.2865.1639.2453.53
HexAFB75A40331C412736
Octal2572671324063341014766
Binary101011111011011110110101000110011111001000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB75A; }

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

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

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

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

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

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

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

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