Shades of Glade Green #67974D
Tints of Glade Green #67974D
RGB
CMYK
RGB Variations
Color information
#67974D (or 0x67974D) is known color: Glade Green. HEX triplet: 67, 97 and 4D. RGB value is (103,151,77). Sum of RGB (Red+Green+Blue) = 103+151+77=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #67974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67974D is #9868B2. Grayscale: #808080. Windows color (decimal): -9988275 or 5085031. OLE color: 5085031.
HSL color Cylindrical-coordinate representation of color #67974D: hue angle of 98.92º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67974D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 77 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.41 |
| HSL | 98.92º | 0.32% | 0.45% | - |
| HSV(B) | 98.92º | 0.49% | 0.59% | - |
| XYZ | 18 | 25.55 | 11 | - |
| YUV | 128.21 | 99.1 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 77 | 0.32 | 0 | 0.49 | 0.41 | 98.92 | 0.32 | 0.45 |
| Hex | 67 | 97 | 4D | 20 | 0 | 31 | 29 | 63 | 20 | 2D |
| Octal | 147 | 227 | 115 | 40 | 0 | 61 | 51 | 143 | 40 | 55 |
| Binary | 1100111 | 10010111 | 1001101 | 100000 | 0 | 110001 | 101001 | 1100011 | 100000 | 101101 |
Color Harmonies of #67974D
Complementary color
Monochromatic Colors of #67974D
Black with #67974D
Text Example
Text Example
White with #67974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67974D; }
p { color: rgb(103,151,77); }
H1.HeaderClassName
{
color: #67974D;
}
.AnyTagClassName
{
color: #67974D;
}
</style>
background-color css
<style>
a { background-color: #67974D; }
a { background-color: rgb(103,151,77); }
div.DivClassName
{
background-color: #67974D;
}
.BgClassName
{
background-color: #67974D;
}
</style>
border-color css
<style>
span { border-color: #67974D; }
span { border-color: rgb(103,151,77); }
td.TdClassName
{
border-color: #67974D;
}
.TagClassName
{
border-color: #67974D;
}
</style>