Html Css Color HEX #606261 Viridian Green

📋 copy color: '#606261'

red 96 ◦ green 98 ◦ blue 97

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

Shades of Viridian Green #606261

Tints of Viridian Green #606261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 32.99%
G = 33.68%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#606261 (or 0x606261) is known color: Viridian Green. HEX triplet: 60, 62 and 61. RGB value is (96,98,97). Sum of RGB (Red+Green+Blue) = 96+98+97=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 98 - color contains mainly: green. Hex color #606261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606261 is #9F9D9E. Grayscale: #616161. Windows color (decimal): -10460575 or 6382176. OLE color: 6382176.

HSL color Cylindrical-coordinate representation of color #606261: hue angle of 150º degrees, saturation: 0.01, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #606261 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 97 -
CMYK 0.02 0 0.01 0.62
HSL 150º 0.01% 0.38% -
HSV(B) 150º 0.02% 0.38% -
XYZ 11.35 12.09 13.04 -
YUV 97.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 96 98 97 0.02 0 0.01 0.62 150 0.01 0.38
Hex 60 62 61 2 0 1 3E 96 1 26
Octal 140 142 141 2 0 1 76 226 1 46
Binary 1100000 1100010 1100001 10 0 1 111110 10010110 1 100110

Color Harmonies of #606261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606261

Black with #606261

Text Example


Text Example

White with #606261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606261; }

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

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

background-color css

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

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

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

border-color css

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

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

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