#AFB467

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

Shades of Olive Green #AFB467

Tints of Olive Green #AFB467

Color information

#AFB467 (or 0xAFB467) is unknown color: approx Olive Green. HEX triplet: AF, B4 and 67. RGB value is (175,180,103). Sum of RGB (Red+Green+Blue) = 175+180+103=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB467 is #504B98. Grayscale: #AAAAAA. Windows color (decimal): -5262233 or 6796463. OLE color: 6796463.

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

Color convert

RGB175180103-
CMYK0.0300.430.29
HSL63.9º33.92%55.49%-
HSV(B)63.9º42.78%70.59%-
XYZ36.4542.7419.16-
YUV169.7390.34131.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=38.21%
G=39.30%
B=22.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801030.0300.430.2963.933.9255.49
HexAFB467302B1D402237
Octal2572641473053351004267
Binary10101111101101001100111110101011111011000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB467; }

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

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

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

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

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

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

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

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