#AFB468

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

Shades of Olive Green #AFB468

Tints of Olive Green #AFB468

Color information

#AFB468 (or 0xAFB468) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 68. RGB value is (175,180,104). Sum of RGB (Red+Green+Blue) = 175+180+104=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB468 is #504B97. Grayscale: #AAAAAA. Windows color (decimal): -5262232 or 6861999. OLE color: 6861999.

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

Color convert

RGB175180104-
CMYK0.0300.420.29
HSL63.95º33.63%55.69%-
HSV(B)63.95º42.22%70.59%-
XYZ36.542.7619.43-
YUV169.8490.84131.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=38.13%
G=39.22%
B=22.66%

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
Decimal1751801040.0300.420.2963.9533.6355.69
HexAFB468302A1D402238
Octal2572641503052351004270
Binary10101111101101001101000110101010111011000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB468; }

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

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

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

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

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

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

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

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