#AFB655

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

Shades of Olive Green #AFB655

Tints of Olive Green #AFB655

Color information

#AFB655 (or 0xAFB655) is unknown color: approx Olive Green. HEX triplet: AF, B6 and 55. RGB value is (175,182,85). Sum of RGB (Red+Green+Blue) = 175+182+85=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB655 is #5049AA. Grayscale: #A9A9A9. Windows color (decimal): -5261739 or 5617327. OLE color: 5617327.

HSL color Cylindrical-coordinate representation of color #AFB655: hue angle of 64.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFB655 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB17518285-
CMYK0.0400.530.29
HSL64.33º39.92%52.35%-
HSV(B)64.33º53.3%71.37%-
XYZ36.0543.2315.04-
YUV168.8580.68132.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=39.59%
G=41.18%
B=19.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175182850.0400.530.2964.3339.9252.35
HexAFB65540351D402834
Octal2572661254065351005064
Binary101011111011011010101011000110101111011000000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB655; }

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

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

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

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

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

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

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

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