#AFB663

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

Shades of Olive Green #AFB663

Tints of Olive Green #AFB663

Color information

#AFB663 (or 0xAFB663) is unknown color: approx Olive Green. HEX triplet: AF, B6 and 63. RGB value is (175,182,99). Sum of RGB (Red+Green+Blue) = 175+182+99=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB663 is #50499C. Grayscale: #AAAAAA. Windows color (decimal): -5261725 or 6534831. OLE color: 6534831.

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

Color convert

RGB17518299-
CMYK0.0400.460.29
HSL65.06º36.24%55.1%-
HSV(B)65.06º45.6%71.37%-
XYZ36.6643.4718.26-
YUV170.4487.68131.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=38.38%
G=39.91%
B=21.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182990.0400.460.2965.0636.2455.1
HexAFB663402E1D412437
Octal2572661434056351014467
Binary101011111011011011000111000101110111011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB663; }

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

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

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

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

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

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

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

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