Html Css Color HEX #5B6963 Viridian Green

📋 copy color: '#5B6963'

red 91 ◦ green 105 ◦ blue 99

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

Shades of Viridian Green #5B6963

Tints of Viridian Green #5B6963

RGB

 RED value IS 91 (35.94% from 255) = 30.85%

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 30.85%
G = 35.59%
B = 33.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#5B6963 (or 0x5B6963) is known color: Viridian Green. HEX triplet: 5B, 69 and 63. RGB value is (91,105,99). Sum of RGB (Red+Green+Blue) = 91+105+99=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6963 is #A4969C. Grayscale: #646464. Windows color (decimal): -10786461 or 6515035. OLE color: 6515035.

HSL color Cylindrical-coordinate representation of color #5B6963: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6963 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 99 -
CMYK 0.13 0 0.06 0.59
HSL 154.29º 0.07% 0.38% -
HSV(B) 154.29º 0.13% 0.41% -
XYZ 11.62 13.23 13.75 -
YUV 100.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 91 105 99 0.13 0 0.06 0.59 154.29 0.07 0.38
Hex 5B 69 63 D 0 6 3B 9A 7 26
Octal 133 151 143 15 0 6 73 232 7 46
Binary 1011011 1101001 1100011 1101 0 110 111011 10011010 111 100110

Color Harmonies of #5B6963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6963

Black with #5B6963

Text Example


Text Example

White with #5B6963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,99); }

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

background-color css

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

 a { background-color: rgb(91,105,99); }

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

border-color css

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

 span { border-color: rgb(91,105,99); }

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