#5B6661

Color #5B6661 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #5B6661

Tints of Viridian Green #5B6661

Color information

#5B6661 (or 0x5B6661) is unknown color: approx Viridian Green. HEX triplet: 5B, 66 and 61. RGB value is (91,102,97). Sum of RGB (Red+Green+Blue) = 91+102+97=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #5B6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6661 is #A4999E. Grayscale: #626262. Windows color (decimal): -10787231 or 6383195. OLE color: 6383195.

HSL color Cylindrical-coordinate representation of color #5B6661: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B6661 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB9110297-
CMYK0.1100.050.6
HSL152.73º5.7%37.84%-
HSV(B)152.73º10.78%40%-
XYZ11.2212.5913.15-
YUV98.14127.36122.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.38%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=31.38%
G=35.17%
B=33.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102970.1100.050.6152.735.737.84
Hex5B6661B053C99626
Octal133146141130574231646
Binary1011011110011011000011011010111110010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B6661; }

 p { color: rgb(91,102,97); }

 H1.HeaderClassName
 {
   color: #5B6661;
 }
 .AnyTagClassName
 {
   color: #5B6661;
 }
</style>
background-color css

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

 a { background-color: rgb(91,102,97); }

 div.DivClassName
 {
   background-color: #5B6661;
 }
 .BgClassName
 {
   background-color: #5B6661;
 }
</style>
border-color css

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

 span { border-color: rgb(91,102,97); }

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