#AFB965

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

Shades of Olive Green #AFB965

Tints of Olive Green #AFB965

Color information

#AFB965 (or 0xAFB965) is unknown color: approx Olive Green. HEX triplet: AF, B9 and 65. RGB value is (175,185,101). Sum of RGB (Red+Green+Blue) = 175+185+101=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB965 is #50469A. Grayscale: #ACACAC. Windows color (decimal): -5260955 or 6666671. OLE color: 6666671.

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

Color convert

RGB175185101-
CMYK0.0500.450.27
HSL67.14º37.5%56.08%-
HSV(B)67.14º45.41%72.55%-
XYZ37.3844.7518.98-
YUV172.4387.69129.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=37.96%
G=40.13%
B=21.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851010.0500.450.2767.1437.556.08
HexAFB965502D1B432638
Octal2572711455055331034670
Binary101011111011100111001011010101101110111000011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB965; }

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

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

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

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

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

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

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

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