#AFBA63

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

Shades of Olive Green #AFBA63

Tints of Olive Green #AFBA63

Color information

#AFBA63 (or 0xAFBA63) is unknown color: approx Olive Green. HEX triplet: AF, BA and 63. RGB value is (175,186,99). Sum of RGB (Red+Green+Blue) = 175+186+99=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA63 is #50459C. Grayscale: #ADADAD. Windows color (decimal): -5260701 or 6535855. OLE color: 6535855.

HSL color Cylindrical-coordinate representation of color #AFBA63: hue angle of 67.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFBA63 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB17518699-
CMYK0.0600.470.27
HSL67.59º38.67%55.88%-
HSV(B)67.59º46.77%72.94%-
XYZ37.4945.1318.54-
YUV172.7986.36129.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=38.04%
G=40.43%
B=21.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186990.0600.470.2767.5938.6755.88
HexAFBA63602F1B442738
Octal2572721436057331044770
Binary101011111011101011000111100101111110111000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA63; }

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

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

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

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

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

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

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

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