#AFB360

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

Shades of Olive Green #AFB360

Tints of Olive Green #AFB360

Color information

#AFB360 (or 0xAFB360) is unknown color: approx Olive Green. HEX triplet: AF, B3 and 60. RGB value is (175,179,96). Sum of RGB (Red+Green+Blue) = 175+179+96=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB360 is #504C9F. Grayscale: #A8A8A8. Windows color (decimal): -5262496 or 6337455. OLE color: 6337455.

HSL color Cylindrical-coordinate representation of color #AFB360: hue angle of 62.89º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFB360 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17517996-
CMYK0.0200.460.30
HSL62.89º35.32%53.92%-
HSV(B)62.89º46.37%70.2%-
XYZ35.9142.217.32-
YUV168.3487.17132.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=38.89%
G=39.78%
B=21.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175179960.0200.460.3062.8935.3253.92
HexAFB360202E1E3f2336
Octal257263140205636774366
Binary1010111110110011110000010010111011110111111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB360; }

 p { color: rgb(175,179,96); }

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

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

 a { background-color: rgb(175,179,96); }

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

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

 span { border-color: rgb(175,179,96); }

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