#AFB45F

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

Shades of Olive Green #AFB45F

Tints of Olive Green #AFB45F

Color information

#AFB45F (or 0xAFB45F) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 5F. RGB value is (175,180,95). Sum of RGB (Red+Green+Blue) = 175+180+95=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB45F is #504BA0. Grayscale: #A9A9A9. Windows color (decimal): -5262241 or 6272175. OLE color: 6272175.

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

Color convert

RGB17518095-
CMYK0.0300.470.29
HSL63.53º36.17%53.92%-
HSV(B)63.53º47.22%70.59%-
XYZ36.0742.5817.14-
YUV168.8286.34132.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 21.11%
R=38.89%
G=40%
B=21.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180950.0300.470.2963.5336.1753.92
HexAFB45F302F1D402436
Octal2572641373057351004466
Binary10101111101101001011111110101111111011000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB45F; }

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

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

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

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

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

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

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

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