Html Css Color HEX #608550 Glade Green

📋 copy color: '#608550'

red 96 ◦ green 133 ◦ blue 80

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

Shades of Glade Green #608550

Tints of Glade Green #608550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 31.07%
G = 43.04%
B = 25.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#608550 (or 0x608550) is known color: Glade Green. HEX triplet: 60, 85 and 50. RGB value is (96,133,80). Sum of RGB (Red+Green+Blue) = 96+133+80=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #608550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608550 is #9F7AAF. Grayscale: #747474. Windows color (decimal): -10451632 or 5277024. OLE color: 5277024.

HSL color Cylindrical-coordinate representation of color #608550: hue angle of 101.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608550 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 80 -
CMYK 0.28 0 0.40 0.48
HSL 101.89º 0.25% 0.42% -
HSV(B) 101.89º 0.4% 0.52% -
XYZ 14.66 19.84 10.65 -
YUV 115.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 96 133 80 0.28 0 0.40 0.48 101.89 0.25 0.42
Hex 60 85 50 1C 0 28 30 66 19 2A
Octal 140 205 120 34 0 50 60 146 31 52
Binary 1100000 10000101 1010000 11100 0 101000 110000 1100110 11001 101010

Color Harmonies of #608550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608550

Black with #608550

Text Example


Text Example

White with #608550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608550; }

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

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

background-color css

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

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

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

border-color css

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

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

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