Shades of Glade Green #67974C
Tints of Glade Green #67974C
RGB
CMYK
RGB Variations
Color information
#67974C (or 0x67974C) is known color: Glade Green. HEX triplet: 67, 97 and 4C. RGB value is (103,151,76). Sum of RGB (Red+Green+Blue) = 103+151+76=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #67974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67974C is #9868B3. Grayscale: #808080. Windows color (decimal): -9988276 or 5019495. OLE color: 5019495.
HSL color Cylindrical-coordinate representation of color #67974C: hue angle of 98.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67974C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 76 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.41 |
| HSL | 98.4º | 0.33% | 0.45% | - |
| HSV(B) | 98.4º | 0.5% | 0.59% | - |
| XYZ | 17.96 | 25.54 | 10.82 | - |
| YUV | 128.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 76 | 0.32 | 0 | 0.50 | 0.41 | 98.4 | 0.33 | 0.45 |
| Hex | 67 | 97 | 4C | 20 | 0 | 32 | 29 | 62 | 21 | 2D |
| Octal | 147 | 227 | 114 | 40 | 0 | 62 | 51 | 142 | 41 | 55 |
| Binary | 1100111 | 10010111 | 1001100 | 100000 | 0 | 110010 | 101001 | 1100010 | 100001 | 101101 |
Color Harmonies of #67974C
Complementary color
Monochromatic Colors of #67974C
Black with #67974C
Text Example
Text Example
White with #67974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67974C; }
p { color: rgb(103,151,76); }
H1.HeaderClassName
{
color: #67974C;
}
.AnyTagClassName
{
color: #67974C;
}
</style>
background-color css
<style>
a { background-color: #67974C; }
a { background-color: rgb(103,151,76); }
div.DivClassName
{
background-color: #67974C;
}
.BgClassName
{
background-color: #67974C;
}
</style>
border-color css
<style>
span { border-color: #67974C; }
span { border-color: rgb(103,151,76); }
td.TdClassName
{
border-color: #67974C;
}
.TagClassName
{
border-color: #67974C;
}
</style>