Shades of Glade Green #679848
Tints of Glade Green #679848
RGB
CMYK
RGB Variations
Color information
#679848 (or 0x679848) is known color: Glade Green. HEX triplet: 67, 98 and 48. RGB value is (103,152,72). Sum of RGB (Red+Green+Blue) = 103+152+72=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #679848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679848 is #9867B7. Grayscale: #808080. Windows color (decimal): -9988024 or 4757607. OLE color: 4757607.
HSL color Cylindrical-coordinate representation of color #679848: hue angle of 96.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679848 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 72 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.40 |
| HSL | 96.75º | 0.36% | 0.44% | - |
| HSV(B) | 96.75º | 0.53% | 0.6% | - |
| XYZ | 17.99 | 25.81 | 10.16 | - |
| YUV | 128.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 72 | 0.32 | 0 | 0.53 | 0.40 | 96.75 | 0.36 | 0.44 |
| Hex | 67 | 98 | 48 | 20 | 0 | 35 | 28 | 61 | 24 | 2C |
| Octal | 147 | 230 | 110 | 40 | 0 | 65 | 50 | 141 | 44 | 54 |
| Binary | 1100111 | 10011000 | 1001000 | 100000 | 0 | 110101 | 101000 | 1100001 | 100100 | 101100 |
Color Harmonies of #679848
Complementary color
Monochromatic Colors of #679848
Black with #679848
Text Example
Text Example
White with #679848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679848; }
p { color: rgb(103,152,72); }
H1.HeaderClassName
{
color: #679848;
}
.AnyTagClassName
{
color: #679848;
}
</style>
background-color css
<style>
a { background-color: #679848; }
a { background-color: rgb(103,152,72); }
div.DivClassName
{
background-color: #679848;
}
.BgClassName
{
background-color: #679848;
}
</style>
border-color css
<style>
span { border-color: #679848; }
span { border-color: rgb(103,152,72); }
td.TdClassName
{
border-color: #679848;
}
.TagClassName
{
border-color: #679848;
}
</style>