#AFB863

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

Shades of Olive Green #AFB863

Tints of Olive Green #AFB863

Color information

#AFB863 (or 0xAFB863) is unknown color: approx Olive Green. HEX triplet: AF, B8 and 63. RGB value is (175,184,99). Sum of RGB (Red+Green+Blue) = 175+184+99=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB863 is #50479C. Grayscale: #ABABAB. Windows color (decimal): -5261213 or 6535343. OLE color: 6535343.

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

Color convert

RGB17518499-
CMYK0.0500.460.28
HSL66.35º37.44%55.49%-
HSV(B)66.35º46.2%72.16%-
XYZ37.0744.318.4-
YUV171.6287.02130.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 184 (72.27% from 255) = 40.17%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=38.21%
G=40.17%
B=21.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175184990.0500.460.2866.3537.4455.49
HexAFB863502E1C422537
Octal2572701435056341024567
Binary101011111011100011000111010101110111001000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB863; }

 p { color: rgb(175,184,99); }

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

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

 a { background-color: rgb(175,184,99); }

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

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

 span { border-color: rgb(175,184,99); }

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