#AFB464

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

Shades of Olive Green #AFB464

Tints of Olive Green #AFB464

Color information

#AFB464 (or 0xAFB464) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 64. RGB value is (175,180,100). Sum of RGB (Red+Green+Blue) = 175+180+100=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB464 is #504B9B. Grayscale: #A9A9A9. Windows color (decimal): -5262236 or 6599855. OLE color: 6599855.

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

Color convert

RGB175180100-
CMYK0.0300.440.29
HSL63.75º34.78%54.9%-
HSV(B)63.75º44.44%70.59%-
XYZ36.342.6818.38-
YUV169.3888.84132-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=38.46%
G=39.56%
B=21.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801000.0300.440.2963.7534.7854.9
HexAFB464302C1D402337
Octal2572641443054351004367
Binary10101111101101001100100110101100111011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB464; }

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

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

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

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

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

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

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

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