Html Css Color HEX #506F63 Viridian Green

📋 copy color: '#506F63'

red 80 ◦ green 111 ◦ blue 99

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

Shades of Viridian Green #506F63

Tints of Viridian Green #506F63

RGB

 RED value IS 80 (31.64% from 255) = 27.59%

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 27.59%
G = 38.28%
B = 34.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#506F63 (or 0x506F63) is known color: Viridian Green. HEX triplet: 50, 6F and 63. RGB value is (80,111,99). Sum of RGB (Red+Green+Blue) = 80+111+99=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #506F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F63 is #AF909C. Grayscale: #646464. Windows color (decimal): -11505821 or 6516560. OLE color: 6516560.

HSL color Cylindrical-coordinate representation of color #506F63: hue angle of 156.77º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F63 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 99 -
CMYK 0.28 0 0.11 0.56
HSL 156.77º 0.16% 0.37% -
HSV(B) 156.77º 0.28% 0.44% -
XYZ 11.24 13.98 13.91 -
YUV 100.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 80 111 99 0.28 0 0.11 0.56 156.77 0.16 0.37
Hex 50 6F 63 1C 0 B 38 9D 10 25
Octal 120 157 143 34 0 13 70 235 20 45
Binary 1010000 1101111 1100011 11100 0 1011 111000 10011101 10000 100101

Color Harmonies of #506F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F63

Black with #506F63

Text Example


Text Example

White with #506F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F63; }

 p { color: rgb(80,111,99); }

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

background-color css

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

 a { background-color: rgb(80,111,99); }

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

border-color css

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

 span { border-color: rgb(80,111,99); }

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