#AFBA64

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

Shades of Olive Green #AFBA64

Tints of Olive Green #AFBA64

Color information

#AFBA64 (or 0xAFBA64) is unknown color: approx Olive Green. HEX triplet: AF, BA and 64. RGB value is (175,186,100). Sum of RGB (Red+Green+Blue) = 175+186+100=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA64 is #50459B. Grayscale: #ADADAD. Windows color (decimal): -5260700 or 6601391. OLE color: 6601391.

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

Color convert

RGB175186100-
CMYK0.0600.460.27
HSL67.67º38.39%56.08%-
HSV(B)67.67º46.24%72.94%-
XYZ37.5445.1518.79-
YUV172.9186.86129.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=37.96%
G=40.35%
B=21.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861000.0600.460.2767.6738.3956.08
HexAFBA64602E1B442638
Octal2572721446056331044670
Binary101011111011101011001001100101110110111000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA64; }

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

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

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

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

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

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

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

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