#658618

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

Shades of Olive Drab #658618

Tints of Olive Drab #658618

Color information

#658618 (or 0x658618) is unknown color: approx Olive Drab. HEX triplet: 65, 86 and 18. RGB value is (101,134,24). Sum of RGB (Red+Green+Blue) = 101+134+24=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #658618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658618 is #9A79E7. Grayscale: #707070. Windows color (decimal): -10123752 or 1607269. OLE color: 1607269.

HSL color Cylindrical-coordinate representation of color #658618: hue angle of 78º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658618 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB10113424-
CMYK0.2500.820.47
HSL78º69.62%30.98%-
HSV(B)78º82.09%52.55%-
XYZ14.0619.883.96-
YUV111.5978.57120.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=39.00%
G=51.74%
B=9.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101134240.2500.820.477869.6230.98
Hex658618190522F4e461f
Octal145206303101225711610637
Binary1100101100001101100011001010100101011111001110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658618; }

 p { color: rgb(101,134,24); }

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

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

 a { background-color: rgb(101,134,24); }

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

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

 span { border-color: rgb(101,134,24); }

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