#AFBB64

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

Shades of Olive Green #AFBB64

Tints of Olive Green #AFBB64

Color information

#AFBB64 (or 0xAFBB64) is unknown color: approx Olive Green. HEX triplet: AF, BB and 64. RGB value is (175,187,100). Sum of RGB (Red+Green+Blue) = 175+187+100=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB64 is #50449B. Grayscale: #ADADAD. Windows color (decimal): -5260444 or 6601647. OLE color: 6601647.

HSL color Cylindrical-coordinate representation of color #AFBB64: hue angle of 68.28º 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 #AFBB64 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB175187100-
CMYK0.0600.470.27
HSL68.28º39.01%56.27%-
HSV(B)68.28º46.52%73.33%-
XYZ37.7545.5718.86-
YUV173.4986.52129.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 100 (39.45% from 255) = 21.65%
R=37.88%
G=40.48%
B=21.65%

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
Decimal1751871000.0600.470.2768.2839.0156.27
HexAFBB64602F1B442738
Octal2572731446057331044770
Binary101011111011101111001001100101111110111000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB64; }

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

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

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

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

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

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

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

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