Shades of Glade Green #67924B
Tints of Glade Green #67924B
RGB
CMYK
RGB Variations
Color information
#67924B (or 0x67924B) is known color: Glade Green. HEX triplet: 67, 92 and 4B. RGB value is (103,146,75). Sum of RGB (Red+Green+Blue) = 103+146+75=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #67924B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67924B is #986DB4. Grayscale: #7D7D7D. Windows color (decimal): -9989557 or 4952679. OLE color: 4952679.
HSL color Cylindrical-coordinate representation of color #67924B: hue angle of 96.34º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67924B is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 75 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.43 |
| HSL | 96.34º | 0.32% | 0.43% | - |
| HSV(B) | 96.34º | 0.49% | 0.57% | - |
| XYZ | 17.14 | 23.95 | 10.38 | - |
| YUV | 125.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 75 | 0.29 | 0 | 0.49 | 0.43 | 96.34 | 0.32 | 0.43 |
| Hex | 67 | 92 | 4B | 1D | 0 | 31 | 2B | 60 | 20 | 2B |
| Octal | 147 | 222 | 113 | 35 | 0 | 61 | 53 | 140 | 40 | 53 |
| Binary | 1100111 | 10010010 | 1001011 | 11101 | 0 | 110001 | 101011 | 1100000 | 100000 | 101011 |
Color Harmonies of #67924B
Complementary color
Monochromatic Colors of #67924B
Black with #67924B
Text Example
Text Example
White with #67924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67924B; }
p { color: rgb(103,146,75); }
H1.HeaderClassName
{
color: #67924B;
}
.AnyTagClassName
{
color: #67924B;
}
</style>
background-color css
<style>
a { background-color: #67924B; }
a { background-color: rgb(103,146,75); }
div.DivClassName
{
background-color: #67924B;
}
.BgClassName
{
background-color: #67924B;
}
</style>
border-color css
<style>
span { border-color: #67924B; }
span { border-color: rgb(103,146,75); }
td.TdClassName
{
border-color: #67924B;
}
.TagClassName
{
border-color: #67924B;
}
</style>