#AFB469

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

Shades of Olive Green #AFB469

Tints of Olive Green #AFB469

Color information

#AFB469 (or 0xAFB469) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 69. RGB value is (175,180,105). Sum of RGB (Red+Green+Blue) = 175+180+105=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB469 is #504B96. Grayscale: #AAAAAA. Windows color (decimal): -5262231 or 6927535. OLE color: 6927535.

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

Color convert

RGB175180105-
CMYK0.0300.420.29
HSL64º33.33%55.88%-
HSV(B)64º41.67%70.59%-
XYZ36.5542.7819.69-
YUV169.9691.34131.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 105 (41.41% from 255) = 22.83%
R=38.04%
G=39.13%
B=22.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801050.0300.420.296433.3355.88
HexAFB469302A1D402138
Octal2572641513052351004170
Binary10101111101101001101001110101010111011000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB469; }

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

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

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

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

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

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

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

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