Html Css Color HEX #608056 Glade Green

📋 copy color: '#608056'

red 96 ◦ green 128 ◦ blue 86

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

Shades of Glade Green #608056

Tints of Glade Green #608056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 86 (33.98% from 255) = 27.74%

R = 30.97%
G = 41.29%
B = 27.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#608056 (or 0x608056) is known color: Glade Green. HEX triplet: 60, 80 and 56. RGB value is (96,128,86). Sum of RGB (Red+Green+Blue) = 96+128+86=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #608056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608056 is #9F7FA9. Grayscale: #717171. Windows color (decimal): -10452906 or 5668960. OLE color: 5668960.

HSL color Cylindrical-coordinate representation of color #608056: hue angle of 105.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608056 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 86 -
CMYK 0.25 0 0.33 0.50
HSL 105.71º 0.2% 0.42% -
HSV(B) 105.71º 0.33% 0.5% -
XYZ 14.22 18.6 11.64 -
YUV 113.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 96 128 86 0.25 0 0.33 0.50 105.71 0.2 0.42
Hex 60 80 56 19 0 21 32 6A 14 2A
Octal 140 200 126 31 0 41 62 152 24 52
Binary 1100000 10000000 1010110 11001 0 100001 110010 1101010 10100 101010

Color Harmonies of #608056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608056

Black with #608056

Text Example


Text Example

White with #608056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608056; }

 p { color: rgb(96,128,86); }

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

background-color css

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

 a { background-color: rgb(96,128,86); }

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

border-color css

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

 span { border-color: rgb(96,128,86); }

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