Html Css Color HEX #608848 Glade Green

📋 copy color: '#608848'

red 96 ◦ green 136 ◦ blue 72

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

Shades of Glade Green #608848

Tints of Glade Green #608848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 31.58%
G = 44.74%
B = 23.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#608848 (or 0x608848) is known color: Glade Green. HEX triplet: 60, 88 and 48. RGB value is (96,136,72). Sum of RGB (Red+Green+Blue) = 96+136+72=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #608848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608848 is #9F77B7. Grayscale: #747474. Windows color (decimal): -10450872 or 4753504. OLE color: 4753504.

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

Color convert

RGB 96 136 72 -
CMYK 0.29 0 0.47 0.47
HSL 97.5º 0.31% 0.41% -
HSV(B) 97.5º 0.47% 0.53% -
XYZ 14.8 20.56 9.32 -
YUV 116.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 96 136 72 0.29 0 0.47 0.47 97.5 0.31 0.41
Hex 60 88 48 1D 0 2F 2F 62 1F 29
Octal 140 210 110 35 0 57 57 142 37 51
Binary 1100000 10001000 1001000 11101 0 101111 101111 1100010 11111 101001

Color Harmonies of #608848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608848

Black with #608848

Text Example


Text Example

White with #608848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608848; }

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

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

background-color css

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

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

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

border-color css

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

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

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