Html Css Color HEX #607950 Glade Green

📋 copy color: '#607950'

red 96 ◦ green 121 ◦ blue 80

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

Shades of Glade Green #607950

Tints of Glade Green #607950

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 32.32%
G = 40.74%
B = 26.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#607950 (or 0x607950) is known color: Glade Green. HEX triplet: 60, 79 and 50. RGB value is (96,121,80). Sum of RGB (Red+Green+Blue) = 96+121+80=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #607950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607950 is #9F86AF. Grayscale: #6C6C6C. Windows color (decimal): -10454704 or 5273952. OLE color: 5273952.

HSL color Cylindrical-coordinate representation of color #607950: hue angle of 96.59º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607950 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 80 -
CMYK 0.21 0 0.34 0.53
HSL 96.59º 0.2% 0.39% -
HSV(B) 96.59º 0.34% 0.47% -
XYZ 13.11 16.74 10.13 -
YUV 108.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 96 121 80 0.21 0 0.34 0.53 96.59 0.2 0.39
Hex 60 79 50 15 0 22 35 61 14 27
Octal 140 171 120 25 0 42 65 141 24 47
Binary 1100000 1111001 1010000 10101 0 100010 110101 1100001 10100 100111

Color Harmonies of #607950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607950

Black with #607950

Text Example


Text Example

White with #607950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607950; }

 p { color: rgb(96,121,80); }

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

background-color css

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

 a { background-color: rgb(96,121,80); }

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

border-color css

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

 span { border-color: rgb(96,121,80); }

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