#AFB668

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

Shades of Olive Green #AFB668

Tints of Olive Green #AFB668

Color information

#AFB668 (or 0xAFB668) is unknown color: approx Olive Green. HEX triplet: AF, B6 and 68. RGB value is (175,182,104). Sum of RGB (Red+Green+Blue) = 175+182+104=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB668 is #504997. Grayscale: #ABABAB. Windows color (decimal): -5261720 or 6862511. OLE color: 6862511.

HSL color Cylindrical-coordinate representation of color #AFB668: hue angle of 65.38º degrees, saturation: 0.35, 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 #AFB668 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB175182104-
CMYK0.0400.430.29
HSL65.38º34.82%56.08%-
HSV(B)65.38º42.86%71.37%-
XYZ36.9143.5719.56-
YUV171.0290.18130.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 182 (71.48% from 255) = 39.48%
BLUE value IS 104 (41.02% from 255) = 22.56%
R=37.96%
G=39.48%
B=22.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821040.0400.430.2965.3834.8256.08
HexAFB668402B1D412338
Octal2572661504053351014370
Binary101011111011011011010001000101011111011000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB668; }

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

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

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

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

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

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

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

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