#607262

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

Shades of Mineral Green #607262

Tints of Mineral Green #607262

Color information

#607262 (or 0x607262) is unknown color: approx Mineral Green. HEX triplet: 60, 72 and 62. RGB value is (96,114,98). Sum of RGB (Red+Green+Blue) = 96+114+98=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #607262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607262 is #9F8D9D. Grayscale: #6A6A6A. Windows color (decimal): -10456478 or 6451808. OLE color: 6451808.

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

Color convert

RGB9611498-
CMYK0.1600.140.55
HSL126.67º8.57%41.18%-
HSV(B)126.67º15.79%44.71%-
XYZ13.0515.413.84-
YUV106.79123.04120.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=31.17%
G=37.01%
B=31.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114980.1600.140.55126.678.5741.18
Hex607262100E377f929
Octal14016214220016671771151
Binary110000011100101100010100000111011011111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607262; }

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

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

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

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

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

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

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

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