#658217

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

Shades of Olive Drab #658217

Tints of Olive Drab #658217

Color information

#658217 (or 0x658217) is unknown color: approx Olive Drab. HEX triplet: 65, 82 and 17. RGB value is (101,130,23). Sum of RGB (Red+Green+Blue) = 101+130+23=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #658217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658217 is #9A7DE8. Grayscale: #6D6D6D. Windows color (decimal): -10124777 or 1540709. OLE color: 1540709.

HSL color Cylindrical-coordinate representation of color #658217: hue angle of 76.26º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658217 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB10113023-
CMYK0.2200.820.49
HSL76.26º69.93%30%-
HSV(B)76.26º82.31%50.98%-
XYZ13.518.793.73-
YUV109.1379.39122.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 23 (9.38% from 255) = 9.06%
R=39.76%
G=51.18%
B=9.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130230.2200.820.4976.2669.9330
Hex65821716052314c461e
Octal145202272601226111410636
Binary1100101100000101011110110010100101100011001100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658217; }

 p { color: rgb(101,130,23); }

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

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

 a { background-color: rgb(101,130,23); }

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

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

 span { border-color: rgb(101,130,23); }

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