Shades of Glade Green #67934C
Tints of Glade Green #67934C
RGB
CMYK
RGB Variations
Color information
#67934C (or 0x67934C) is known color: Glade Green. HEX triplet: 67, 93 and 4C. RGB value is (103,147,76). Sum of RGB (Red+Green+Blue) = 103+147+76=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #67934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67934C is #986CB3. Grayscale: #7D7D7D. Windows color (decimal): -9989300 or 5018471. OLE color: 5018471.
HSL color Cylindrical-coordinate representation of color #67934C: hue angle of 97.18º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67934C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 76 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.42 |
| HSL | 97.18º | 0.32% | 0.44% | - |
| HSV(B) | 97.18º | 0.48% | 0.58% | - |
| XYZ | 17.33 | 24.27 | 10.61 | - |
| YUV | 125.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 76 | 0.30 | 0 | 0.48 | 0.42 | 97.18 | 0.32 | 0.44 |
| Hex | 67 | 93 | 4C | 1E | 0 | 30 | 2A | 61 | 20 | 2C |
| Octal | 147 | 223 | 114 | 36 | 0 | 60 | 52 | 141 | 40 | 54 |
| Binary | 1100111 | 10010011 | 1001100 | 11110 | 0 | 110000 | 101010 | 1100001 | 100000 | 101100 |
Color Harmonies of #67934C
Complementary color
Monochromatic Colors of #67934C
Black with #67934C
Text Example
Text Example
White with #67934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67934C; }
p { color: rgb(103,147,76); }
H1.HeaderClassName
{
color: #67934C;
}
.AnyTagClassName
{
color: #67934C;
}
</style>
background-color css
<style>
a { background-color: #67934C; }
a { background-color: rgb(103,147,76); }
div.DivClassName
{
background-color: #67934C;
}
.BgClassName
{
background-color: #67934C;
}
</style>
border-color css
<style>
span { border-color: #67934C; }
span { border-color: rgb(103,147,76); }
td.TdClassName
{
border-color: #67934C;
}
.TagClassName
{
border-color: #67934C;
}
</style>