Shades of Glade Green #68875A
Tints of Glade Green #68875A
RGB
CMYK
RGB Variations
Color information
#68875A (or 0x68875A) is known color: Glade Green. HEX triplet: 68, 87 and 5A. RGB value is (104,135,90). Sum of RGB (Red+Green+Blue) = 104+135+90=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #68875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68875A is #9778A5. Grayscale: #787878. Windows color (decimal): -9926822 or 5932904. OLE color: 5932904.
HSL color Cylindrical-coordinate representation of color #68875A: hue angle of 101.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68875A is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 90 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.47 |
| HSL | 101.33º | 0.2% | 0.44% | - |
| HSV(B) | 101.33º | 0.33% | 0.53% | - |
| XYZ | 16.22 | 21.01 | 12.87 | - |
| YUV | 120.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 90 | 0.23 | 0 | 0.33 | 0.47 | 101.33 | 0.2 | 0.44 |
| Hex | 68 | 87 | 5A | 17 | 0 | 21 | 2F | 65 | 14 | 2C |
| Octal | 150 | 207 | 132 | 27 | 0 | 41 | 57 | 145 | 24 | 54 |
| Binary | 1101000 | 10000111 | 1011010 | 10111 | 0 | 100001 | 101111 | 1100101 | 10100 | 101100 |
Color Harmonies of #68875A
Complementary color
Monochromatic Colors of #68875A
Black with #68875A
Text Example
Text Example
White with #68875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68875A; }
p { color: rgb(104,135,90); }
H1.HeaderClassName
{
color: #68875A;
}
.AnyTagClassName
{
color: #68875A;
}
</style>
background-color css
<style>
a { background-color: #68875A; }
a { background-color: rgb(104,135,90); }
div.DivClassName
{
background-color: #68875A;
}
.BgClassName
{
background-color: #68875A;
}
</style>
border-color css
<style>
span { border-color: #68875A; }
span { border-color: rgb(104,135,90); }
td.TdClassName
{
border-color: #68875A;
}
.TagClassName
{
border-color: #68875A;
}
</style>