Html Css Color HEX #608250 Glade Green

📋 copy color: '#608250'

red 96 ◦ green 130 ◦ blue 80

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

Shades of Glade Green #608250

Tints of Glade Green #608250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

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

R = 31.37%
G = 42.48%
B = 26.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#608250 (or 0x608250) is known color: Glade Green. HEX triplet: 60, 82 and 50. RGB value is (96,130,80). Sum of RGB (Red+Green+Blue) = 96+130+80=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #608250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608250 is #9F7DAF. Grayscale: #727272. Windows color (decimal): -10452400 or 5276256. OLE color: 5276256.

HSL color Cylindrical-coordinate representation of color #608250: hue angle of 100.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #608250 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 80 -
CMYK 0.26 0 0.38 0.49
HSL 100.8º 0.24% 0.41% -
HSV(B) 100.8º 0.38% 0.51% -
XYZ 14.25 19.03 10.51 -
YUV 114.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 96 130 80 0.26 0 0.38 0.49 100.8 0.24 0.41
Hex 60 82 50 1A 0 26 31 65 18 29
Octal 140 202 120 32 0 46 61 145 30 51
Binary 1100000 10000010 1010000 11010 0 100110 110001 1100101 11000 101001

Color Harmonies of #608250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608250

Black with #608250

Text Example


Text Example

White with #608250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608250; }

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

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

background-color css

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

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

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

border-color css

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

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

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