Html Css Color HEX #608850 Glade Green

📋 copy color: '#608850'

red 96 ◦ green 136 ◦ blue 80

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

Shades of Glade Green #608850

Tints of Glade Green #608850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 30.77%
G = 43.59%
B = 25.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#608850 (or 0x608850) is known color: Glade Green. HEX triplet: 60, 88 and 50. RGB value is (96,136,80). Sum of RGB (Red+Green+Blue) = 96+136+80=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #608850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608850 is #9F77AF. Grayscale: #757575. Windows color (decimal): -10450864 or 5277792. OLE color: 5277792.

HSL color Cylindrical-coordinate representation of color #608850: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #608850 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 80 -
CMYK 0.29 0 0.41 0.47
HSL 102.86º 0.26% 0.42% -
HSV(B) 102.86º 0.41% 0.53% -
XYZ 15.08 20.67 10.79 -
YUV 117.66 106.75 112.55 -
System Red Green Blue C M Y K H S L
Decimal 96 136 80 0.29 0 0.41 0.47 102.86 0.26 0.42
Hex 60 88 50 1D 0 29 2F 67 1A 2A
Octal 140 210 120 35 0 51 57 147 32 52
Binary 1100000 10001000 1010000 11101 0 101001 101111 1100111 11010 101010

Color Harmonies of #608850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608850

Black with #608850

Text Example


Text Example

White with #608850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608850; }

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

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

background-color css

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

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

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

border-color css

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

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

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