#AFB466

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

Shades of Olive Green #AFB466

Tints of Olive Green #AFB466

Color information

#AFB466 (or 0xAFB466) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 66. RGB value is (175,180,102). Sum of RGB (Red+Green+Blue) = 175+180+102=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB466 is #504B99. Grayscale: #A9A9A9. Windows color (decimal): -5262234 or 6730927. OLE color: 6730927.

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

Color convert

RGB175180102-
CMYK0.0300.430.29
HSL63.85º34.21%55.29%-
HSV(B)63.85º43.33%70.59%-
XYZ36.442.7218.9-
YUV169.6189.84131.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=38.29%
G=39.39%
B=22.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801020.0300.430.2963.8534.2155.29
HexAFB466302B1D402237
Octal2572641463053351004267
Binary10101111101101001100110110101011111011000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB466; }

 p { color: rgb(175,180,102); }

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

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

 a { background-color: rgb(175,180,102); }

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

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

 span { border-color: rgb(175,180,102); }

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