#607362

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

Shades of Mineral Green #607362

Tints of Mineral Green #607362

Color information

#607362 (or 0x607362) is unknown color: approx Mineral Green. HEX triplet: 60, 73 and 62. RGB value is (96,115,98). Sum of RGB (Red+Green+Blue) = 96+115+98=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #607362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607362 is #9F8C9D. Grayscale: #6B6B6B. Windows color (decimal): -10456222 or 6452064. OLE color: 6452064.

HSL color Cylindrical-coordinate representation of color #607362: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607362 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB9611598-
CMYK0.1700.150.55
HSL126.32º9%41.37%-
HSV(B)126.32º16.52%45.1%-
XYZ13.1615.6313.88-
YUV107.38122.71119.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=31.07%
G=37.22%
B=31.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96115980.1700.150.55126.32941.37
Hex607362110F377e929
Octal14016314221017671761151
Binary110000011100111100010100010111111011111111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607362; }

 p { color: rgb(96,115,98); }

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

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

 a { background-color: rgb(96,115,98); }

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

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

 span { border-color: rgb(96,115,98); }

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