Html Css Color HEX #606B62 Mineral Green

📋 copy color: '#606B62'

red 96 ◦ green 107 ◦ blue 98

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

Shades of Mineral Green #606B62

Tints of Mineral Green #606B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

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

R = 31.89%
G = 35.55%
B = 32.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#606B62 (or 0x606B62) is known color: Mineral Green. HEX triplet: 60, 6B and 62. RGB value is (96,107,98). Sum of RGB (Red+Green+Blue) = 96+107+98=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #606B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B62 is #9F949D. Grayscale: #666666. Windows color (decimal): -10458270 or 6450016. OLE color: 6450016.

HSL color Cylindrical-coordinate representation of color #606B62: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B62 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 98 -
CMYK 0.10 0 0.08 0.58
HSL 130.91º 0.05% 0.4% -
HSV(B) 130.91º 0.1% 0.42% -
XYZ 12.29 13.88 13.59 -
YUV 102.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 96 107 98 0.10 0 0.08 0.58 130.91 0.05 0.4
Hex 60 6B 62 A 0 8 3A 83 5 28
Octal 140 153 142 12 0 10 72 203 5 50
Binary 1100000 1101011 1100010 1010 0 1000 111010 10000011 101 101000

Color Harmonies of #606B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B62

Black with #606B62

Text Example


Text Example

White with #606B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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