Shades of Glade Green #67904D
Tints of Glade Green #67904D
RGB
CMYK
RGB Variations
Color information
#67904D (or 0x67904D) is known color: Glade Green. HEX triplet: 67, 90 and 4D. RGB value is (103,144,77). Sum of RGB (Red+Green+Blue) = 103+144+77=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #67904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67904D is #986FB2. Grayscale: #7C7C7C. Windows color (decimal): -9990067 or 5083239. OLE color: 5083239.
HSL color Cylindrical-coordinate representation of color #67904D: hue angle of 96.72º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67904D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 77 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.44 |
| HSL | 96.72º | 0.3% | 0.43% | - |
| HSV(B) | 96.72º | 0.47% | 0.56% | - |
| XYZ | 16.91 | 23.37 | 10.64 | - |
| YUV | 124.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 77 | 0.28 | 0 | 0.47 | 0.44 | 96.72 | 0.3 | 0.43 |
| Hex | 67 | 90 | 4D | 1C | 0 | 2F | 2C | 61 | 1E | 2B |
| Octal | 147 | 220 | 115 | 34 | 0 | 57 | 54 | 141 | 36 | 53 |
| Binary | 1100111 | 10010000 | 1001101 | 11100 | 0 | 101111 | 101100 | 1100001 | 11110 | 101011 |
Color Harmonies of #67904D
Complementary color
Monochromatic Colors of #67904D
Black with #67904D
Text Example
Text Example
White with #67904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67904D; }
p { color: rgb(103,144,77); }
H1.HeaderClassName
{
color: #67904D;
}
.AnyTagClassName
{
color: #67904D;
}
</style>
background-color css
<style>
a { background-color: #67904D; }
a { background-color: rgb(103,144,77); }
div.DivClassName
{
background-color: #67904D;
}
.BgClassName
{
background-color: #67904D;
}
</style>
border-color css
<style>
span { border-color: #67904D; }
span { border-color: rgb(103,144,77); }
td.TdClassName
{
border-color: #67904D;
}
.TagClassName
{
border-color: #67904D;
}
</style>