#AFB455

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

Shades of Olive Green #AFB455

Tints of Olive Green #AFB455

Color information

#AFB455 (or 0xAFB455) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 55. RGB value is (175,180,85). Sum of RGB (Red+Green+Blue) = 175+180+85=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB455 is #504BAA. Grayscale: #A8A8A8. Windows color (decimal): -5262251 or 5616815. OLE color: 5616815.

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

Color convert

RGB17518085-
CMYK0.0300.530.29
HSL63.16º38.78%51.96%-
HSV(B)63.16º52.78%70.59%-
XYZ35.6442.4114.9-
YUV167.6881.34133.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=39.77%
G=40.91%
B=19.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180850.0300.530.2963.1638.7851.96
HexAFB45530351D3f2734
Octal257264125306535774764
Binary1010111110110100101010111011010111101111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB455; }

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

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

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

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

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

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

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

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