Html Css Color HEX #607062 Mineral Green

📋 copy color: '#607062'

red 96 ◦ green 112 ◦ blue 98

#607062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #607062

Tints of Mineral Green #607062

RGB

 RED value IS 96 (37.89% from 255) = 31.37%

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 31.37%
G = 36.6%
B = 32.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#607062 (or 0x607062) is known color: Mineral Green. HEX triplet: 60, 70 and 62. RGB value is (96,112,98). Sum of RGB (Red+Green+Blue) = 96+112+98=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #607062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607062 is #9F8F9D. Grayscale: #696969. Windows color (decimal): -10456990 or 6451296. OLE color: 6451296.

HSL color Cylindrical-coordinate representation of color #607062: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607062 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 98 -
CMYK 0.14 0 0.13 0.56
HSL 127.5º 0.08% 0.41% -
HSV(B) 127.5º 0.14% 0.44% -
XYZ 12.82 14.96 13.77 -
YUV 105.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 96 112 98 0.14 0 0.13 0.56 127.5 0.08 0.41
Hex 60 70 62 E 0 D 38 80 8 29
Octal 140 160 142 16 0 15 70 200 10 51
Binary 1100000 1110000 1100010 1110 0 1101 111000 10000000 1000 101001

Color Harmonies of #607062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607062

Black with #607062

Text Example


Text Example

White with #607062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607062; }

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

 H1.HeaderClassName
 {
   color: #607062;
 }
 .AnyTagClassName
 {
   color: #607062;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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