Shades of Glade Green #68934B
Tints of Glade Green #68934B
RGB
CMYK
RGB Variations
Color information
#68934B (or 0x68934B) is known color: Glade Green. HEX triplet: 68, 93 and 4B. RGB value is (104,147,75). Sum of RGB (Red+Green+Blue) = 104+147+75=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #68934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68934B is #976CB4. Grayscale: #7E7E7E. Windows color (decimal): -9923765 or 4952936. OLE color: 4952936.
HSL color Cylindrical-coordinate representation of color #68934B: hue angle of 95.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68934B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 75 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.42 |
| HSL | 95.83º | 0.32% | 0.44% | - |
| HSV(B) | 95.83º | 0.49% | 0.58% | - |
| XYZ | 17.41 | 24.32 | 10.43 | - |
| YUV | 125.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 75 | 0.29 | 0 | 0.49 | 0.42 | 95.83 | 0.32 | 0.44 |
| Hex | 68 | 93 | 4B | 1D | 0 | 31 | 2A | 60 | 20 | 2C |
| Octal | 150 | 223 | 113 | 35 | 0 | 61 | 52 | 140 | 40 | 54 |
| Binary | 1101000 | 10010011 | 1001011 | 11101 | 0 | 110001 | 101010 | 1100000 | 100000 | 101100 |
Color Harmonies of #68934B
Complementary color
Monochromatic Colors of #68934B
Black with #68934B
Text Example
Text Example
White with #68934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68934B; }
p { color: rgb(104,147,75); }
H1.HeaderClassName
{
color: #68934B;
}
.AnyTagClassName
{
color: #68934B;
}
</style>
background-color css
<style>
a { background-color: #68934B; }
a { background-color: rgb(104,147,75); }
div.DivClassName
{
background-color: #68934B;
}
.BgClassName
{
background-color: #68934B;
}
</style>
border-color css
<style>
span { border-color: #68934B; }
span { border-color: rgb(104,147,75); }
td.TdClassName
{
border-color: #68934B;
}
.TagClassName
{
border-color: #68934B;
}
</style>