Html Css Color HEX #556761 Viridian Green

📋 copy color: '#556761'

red 85 ◦ green 103 ◦ blue 97

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

Shades of Viridian Green #556761

Tints of Viridian Green #556761

RGB

 RED value IS 85 (33.59% from 255) = 29.82%

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 29.82%
G = 36.14%
B = 34.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#556761 (or 0x556761) is known color: Viridian Green. HEX triplet: 55, 67 and 61. RGB value is (85,103,97). Sum of RGB (Red+Green+Blue) = 85+103+97=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #556761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556761 is #AA989E. Grayscale: #606060. Windows color (decimal): -11180191 or 6383445. OLE color: 6383445.

HSL color Cylindrical-coordinate representation of color #556761: hue angle of 160º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556761 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 97 -
CMYK 0.17 0 0.06 0.60
HSL 160º 0.1% 0.37% -
HSV(B) 160º 0.17% 0.4% -
XYZ 10.75 12.49 13.15 -
YUV 96.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 85 103 97 0.17 0 0.06 0.60 160 0.1 0.37
Hex 55 67 61 11 0 6 3C A0 A 25
Octal 125 147 141 21 0 6 74 240 12 45
Binary 1010101 1100111 1100001 10001 0 110 111100 10100000 1010 100101

Color Harmonies of #556761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556761

Black with #556761

Text Example


Text Example

White with #556761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556761; }

 p { color: rgb(85,103,97); }

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

background-color css

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

 a { background-color: rgb(85,103,97); }

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

border-color css

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

 span { border-color: rgb(85,103,97); }

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