Html Css Color HEX #596760 Viridian Green

📋 copy color: '#596760'

red 89 ◦ green 103 ◦ blue 96

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

Shades of Viridian Green #596760

Tints of Viridian Green #596760

RGB

 RED value IS 89 (35.16% from 255) = 30.9%

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 30.9%
G = 35.76%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#596760 (or 0x596760) is known color: Viridian Green. HEX triplet: 59, 67 and 60. RGB value is (89,103,96). Sum of RGB (Red+Green+Blue) = 89+103+96=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 103 - color contains mainly: green. Hex color #596760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596760 is #A6989F. Grayscale: #626262. Windows color (decimal): -10918048 or 6317913. OLE color: 6317913.

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

Color convert

RGB 89 103 96 -
CMYK 0.14 0 0.07 0.60
HSL 150º 0.07% 0.38% -
HSV(B) 150º 0.14% 0.4% -
XYZ 11.08 12.67 12.93 -
YUV 98.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 89 103 96 0.14 0 0.07 0.60 150 0.07 0.38
Hex 59 67 60 E 0 7 3C 96 7 26
Octal 131 147 140 16 0 7 74 226 7 46
Binary 1011001 1100111 1100000 1110 0 111 111100 10010110 111 100110

Color Harmonies of #596760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596760

Black with #596760

Text Example


Text Example

White with #596760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596760; }

 p { color: rgb(89,103,96); }

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

background-color css

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

 a { background-color: rgb(89,103,96); }

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

border-color css

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

 span { border-color: rgb(89,103,96); }

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