#AFB465

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

Shades of Olive Green #AFB465

Tints of Olive Green #AFB465

Color information

#AFB465 (or 0xAFB465) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 65. RGB value is (175,180,101). Sum of RGB (Red+Green+Blue) = 175+180+101=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB465 is #504B9A. Grayscale: #A9A9A9. Windows color (decimal): -5262235 or 6665391. OLE color: 6665391.

HSL color Cylindrical-coordinate representation of color #AFB465: hue angle of 63.8º degrees, saturation: 0.34, 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 #AFB465 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB175180101-
CMYK0.0300.440.29
HSL63.8º34.5%55.1%-
HSV(B)63.8º43.89%70.59%-
XYZ36.3542.718.64-
YUV169.589.34131.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=38.38%
G=39.47%
B=22.15%

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
Decimal1751801010.0300.440.2963.834.555.1
HexAFB465302C1D402237
Octal2572641453054351004267
Binary10101111101101001100101110101100111011000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB465; }

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

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

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

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

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

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

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

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