Html Css Color HEX #606762 Mineral Green

📋 copy color: '#606762'

red 96 ◦ green 103 ◦ blue 98

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

Shades of Mineral Green #606762

Tints of Mineral Green #606762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

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

R = 32.32%
G = 34.68%
B = 33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#606762 (or 0x606762) is known color: Mineral Green. HEX triplet: 60, 67 and 62. RGB value is (96,103,98). Sum of RGB (Red+Green+Blue) = 96+103+98=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 103 - color contains mainly: green. Hex color #606762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606762 is #9F989D. Grayscale: #646464. Windows color (decimal): -10459294 or 6448992. OLE color: 6448992.

HSL color Cylindrical-coordinate representation of color #606762: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606762 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 103 98 -
CMYK 0.07 0 0.05 0.60
HSL 137.14º 0.04% 0.39% -
HSV(B) 137.14º 0.07% 0.4% -
XYZ 11.88 13.07 13.45 -
YUV 100.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 96 103 98 0.07 0 0.05 0.60 137.14 0.04 0.39
Hex 60 67 62 7 0 5 3C 89 4 27
Octal 140 147 142 7 0 5 74 211 4 47
Binary 1100000 1100111 1100010 111 0 101 111100 10001001 100 100111

Color Harmonies of #606762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606762

Black with #606762

Text Example


Text Example

White with #606762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606762; }

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

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

background-color css

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

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

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

border-color css

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

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

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