Html Css Color HEX #606862 Mineral Green

📋 copy color: '#606862'

red 96 ◦ green 104 ◦ blue 98

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

Shades of Mineral Green #606862

Tints of Mineral Green #606862

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 32.21%
G = 34.9%
B = 32.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#606862 (or 0x606862) is known color: Mineral Green. HEX triplet: 60, 68 and 62. RGB value is (96,104,98). Sum of RGB (Red+Green+Blue) = 96+104+98=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #606862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606862 is #9F979D. Grayscale: #646464. Windows color (decimal): -10459038 or 6449248. OLE color: 6449248.

HSL color Cylindrical-coordinate representation of color #606862: hue angle of 135º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606862 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 98 -
CMYK 0.08 0 0.06 0.59
HSL 135º 0.04% 0.39% -
HSV(B) 135º 0.08% 0.41% -
XYZ 11.98 13.27 13.49 -
YUV 100.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 96 104 98 0.08 0 0.06 0.59 135 0.04 0.39
Hex 60 68 62 8 0 6 3B 87 4 27
Octal 140 150 142 10 0 6 73 207 4 47
Binary 1100000 1101000 1100010 1000 0 110 111011 10000111 100 100111

Color Harmonies of #606862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606862

Black with #606862

Text Example


Text Example

White with #606862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606862; }

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

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

background-color css

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

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

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

border-color css

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

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

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