Shades of Glade Green #67984B
Tints of Glade Green #67984B
RGB
CMYK
RGB Variations
Color information
#67984B (or 0x67984B) is known color: Glade Green. HEX triplet: 67, 98 and 4B. RGB value is (103,152,75). Sum of RGB (Red+Green+Blue) = 103+152+75=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #67984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67984B is #9867B4. Grayscale: #808080. Windows color (decimal): -9988021 or 4954215. OLE color: 4954215.
HSL color Cylindrical-coordinate representation of color #67984B: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67984B is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 75 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.40 |
| HSL | 98.18º | 0.34% | 0.45% | - |
| HSV(B) | 98.18º | 0.51% | 0.6% | - |
| XYZ | 18.09 | 25.85 | 10.69 | - |
| YUV | 128.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 75 | 0.32 | 0 | 0.51 | 0.40 | 98.18 | 0.34 | 0.45 |
| Hex | 67 | 98 | 4B | 20 | 0 | 33 | 28 | 62 | 22 | 2D |
| Octal | 147 | 230 | 113 | 40 | 0 | 63 | 50 | 142 | 42 | 55 |
| Binary | 1100111 | 10011000 | 1001011 | 100000 | 0 | 110011 | 101000 | 1100010 | 100010 | 101101 |
Color Harmonies of #67984B
Complementary color
Monochromatic Colors of #67984B
Black with #67984B
Text Example
Text Example
White with #67984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67984B; }
p { color: rgb(103,152,75); }
H1.HeaderClassName
{
color: #67984B;
}
.AnyTagClassName
{
color: #67984B;
}
</style>
background-color css
<style>
a { background-color: #67984B; }
a { background-color: rgb(103,152,75); }
div.DivClassName
{
background-color: #67984B;
}
.BgClassName
{
background-color: #67984B;
}
</style>
border-color css
<style>
span { border-color: #67984B; }
span { border-color: rgb(103,152,75); }
td.TdClassName
{
border-color: #67984B;
}
.TagClassName
{
border-color: #67984B;
}
</style>