#658718

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

Shades of Olive Drab #658718

Tints of Olive Drab #658718

Color information

#658718 (or 0x658718) is unknown color: approx Olive Drab. HEX triplet: 65, 87 and 18. RGB value is (101,135,24). Sum of RGB (Red+Green+Blue) = 101+135+24=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #658718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658718 is #9A78E7. Grayscale: #707070. Windows color (decimal): -10123496 or 1607525. OLE color: 1607525.

HSL color Cylindrical-coordinate representation of color #658718: hue angle of 78.38º 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 #658718 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB10113524-
CMYK0.2500.820.47
HSL78.38º69.81%31.18%-
HSV(B)78.38º82.22%52.94%-
XYZ14.220.164.01-
YUV112.1878.24120.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.85%
GREEN value IS 135 (53.12% from 255) = 51.92%
BLUE value IS 24 (9.77% from 255) = 9.23%
R=38.85%
G=51.92%
B=9.23%

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
Decimal101135240.2500.820.4778.3869.8131.18
Hex658718190522F4e461f
Octal145207303101225711610637
Binary1100101100001111100011001010100101011111001110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658718; }

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

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

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

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

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

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

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

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