#AFB65A

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

Shades of Olive Green #AFB65A

Tints of Olive Green #AFB65A

Color information

#AFB65A (or 0xAFB65A) is unknown color: approx Olive Green. HEX triplet: AF, B6 and 5A. RGB value is (175,182,90). Sum of RGB (Red+Green+Blue) = 175+182+90=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB65A is #5049A5. Grayscale: #A9A9A9. Windows color (decimal): -5261734 or 5945007. OLE color: 5945007.

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

Color convert

RGB17518290-
CMYK0.0400.510.29
HSL64.57º38.66%53.33%-
HSV(B)64.57º50.55%71.37%-
XYZ36.2543.3116.12-
YUV169.4283.18131.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=39.15%
G=40.72%
B=20.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182900.0400.510.2964.5738.6653.33
HexAFB65A40331D412735
Octal2572661324063351014765
Binary101011111011011010110101000110011111011000001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB65A; }

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

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

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

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

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

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

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

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