#AFB568

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

Shades of Olive Green #AFB568

Tints of Olive Green #AFB568

Color information

#AFB568 (or 0xAFB568) is unknown color: approx Olive Green. HEX triplet: AF, B5 and 68. RGB value is (175,181,104). Sum of RGB (Red+Green+Blue) = 175+181+104=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB568 is #504A97. Grayscale: #AAAAAA. Windows color (decimal): -5261976 or 6862255. OLE color: 6862255.

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

Color convert

RGB175181104-
CMYK0.0300.430.29
HSL64.68º34.22%55.88%-
HSV(B)64.68º42.54%70.98%-
XYZ36.743.1619.49-
YUV170.4390.51131.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=38.04%
G=39.35%
B=22.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811040.0300.430.2964.6834.2255.88
HexAFB568302B1D412238
Octal2572651503053351014270
Binary10101111101101011101000110101011111011000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB568; }

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

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

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

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

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

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

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

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