Html Css Color HEX #607162 Mineral Green

📋 copy color: '#607162'

red 96 ◦ green 113 ◦ blue 98

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

Shades of Mineral Green #607162

Tints of Mineral Green #607162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

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

R = 31.27%
G = 36.81%
B = 31.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#607162 (or 0x607162) is known color: Mineral Green. HEX triplet: 60, 71 and 62. RGB value is (96,113,98). Sum of RGB (Red+Green+Blue) = 96+113+98=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #607162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607162 is #9F8E9D. Grayscale: #6A6A6A. Windows color (decimal): -10456734 or 6451552. OLE color: 6451552.

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

Color convert

RGB 96 113 98 -
CMYK 0.15 0 0.13 0.56
HSL 127.06º 0.08% 0.41% -
HSV(B) 127.06º 0.15% 0.44% -
XYZ 12.93 15.18 13.8 -
YUV 106.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 96 113 98 0.15 0 0.13 0.56 127.06 0.08 0.41
Hex 60 71 62 F 0 D 38 7F 8 29
Octal 140 161 142 17 0 15 70 177 10 51
Binary 1100000 1110001 1100010 1111 0 1101 111000 1111111 1000 101001

Color Harmonies of #607162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607162

Black with #607162

Text Example


Text Example

White with #607162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607162; }

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

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

background-color css

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

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

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

border-color css

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

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

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