#658D11

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

Shades of Olive Drab #658D11

Tints of Olive Drab #658D11

Color information

#658D11 (or 0x658D11) is unknown color: approx Olive Drab. HEX triplet: 65, 8D and 11. RGB value is (101,141,17). Sum of RGB (Red+Green+Blue) = 101+141+17=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #658D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658D11 is #9A72EE. Grayscale: #737373. Windows color (decimal): -10121967 or 1150309. OLE color: 1150309.

HSL color Cylindrical-coordinate representation of color #658D11: hue angle of 79.35º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658D11 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB10114117-
CMYK0.2800.880.45
HSL79.35º78.48%30.98%-
HSV(B)79.35º87.94%55.29%-
XYZ14.9921.863.96-
YUV114.972.75118.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=39.00%
G=54.44%
B=6.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101141170.2800.880.4579.3578.4830.98
Hex658D111C0582D4f4e1f
Octal145215213401305511711637
Binary1100101100011011000111100010110001011011001111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658D11; }

 p { color: rgb(101,141,17); }

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

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

 a { background-color: rgb(101,141,17); }

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

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

 span { border-color: rgb(101,141,17); }

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