#AFB45A

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

Shades of Olive Green #AFB45A

Tints of Olive Green #AFB45A

Color information

#AFB45A (or 0xAFB45A) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 5A. RGB value is (175,180,90). Sum of RGB (Red+Green+Blue) = 175+180+90=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB45A is #504BA5. Grayscale: #A8A8A8. Windows color (decimal): -5262246 or 5944495. OLE color: 5944495.

HSL color Cylindrical-coordinate representation of color #AFB45A: hue angle of 63.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFB45A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB17518090-
CMYK0.0300.500.29
HSL63.33º37.5%52.94%-
HSV(B)63.33º50%70.59%-
XYZ35.8542.4915.99-
YUV168.2483.84132.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=39.33%
G=40.45%
B=20.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal175180900.0300.500.2963.3337.552.94
HexAFB45A30321D3f2635
Octal257264132306235774665
Binary1010111110110100101101011011001011101111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB45A; }

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

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

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

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

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

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

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

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