Shades of Glade Green #68934F
Tints of Glade Green #68934F
RGB
CMYK
RGB Variations
Color information
#68934F (or 0x68934F) is known color: Glade Green. HEX triplet: 68, 93 and 4F. RGB value is (104,147,79). Sum of RGB (Red+Green+Blue) = 104+147+79=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #68934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68934F is #976CB0. Grayscale: #7E7E7E. Windows color (decimal): -9923761 or 5215080. OLE color: 5215080.
HSL color Cylindrical-coordinate representation of color #68934F: hue angle of 97.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68934F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 79 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.42 |
| HSL | 97.94º | 0.3% | 0.44% | - |
| HSV(B) | 97.94º | 0.46% | 0.58% | - |
| XYZ | 17.55 | 24.38 | 11.18 | - |
| YUV | 126.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 79 | 0.29 | 0 | 0.46 | 0.42 | 97.94 | 0.3 | 0.44 |
| Hex | 68 | 93 | 4F | 1D | 0 | 2E | 2A | 62 | 1E | 2C |
| Octal | 150 | 223 | 117 | 35 | 0 | 56 | 52 | 142 | 36 | 54 |
| Binary | 1101000 | 10010011 | 1001111 | 11101 | 0 | 101110 | 101010 | 1100010 | 11110 | 101100 |
Color Harmonies of #68934F
Complementary color
Monochromatic Colors of #68934F
Black with #68934F
Text Example
Text Example
White with #68934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68934F; }
p { color: rgb(104,147,79); }
H1.HeaderClassName
{
color: #68934F;
}
.AnyTagClassName
{
color: #68934F;
}
</style>
background-color css
<style>
a { background-color: #68934F; }
a { background-color: rgb(104,147,79); }
div.DivClassName
{
background-color: #68934F;
}
.BgClassName
{
background-color: #68934F;
}
</style>
border-color css
<style>
span { border-color: #68934F; }
span { border-color: rgb(104,147,79); }
td.TdClassName
{
border-color: #68934F;
}
.TagClassName
{
border-color: #68934F;
}
</style>