Shades of Glade Green #69934D
Tints of Glade Green #69934D
RGB
CMYK
RGB Variations
Color information
#69934D (or 0x69934D) is known color: Glade Green. HEX triplet: 69, 93 and 4D. RGB value is (105,147,77). Sum of RGB (Red+Green+Blue) = 105+147+77=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #69934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69934D is #966CB2. Grayscale: #7E7E7E. Windows color (decimal): -9858227 or 5084009. OLE color: 5084009.
HSL color Cylindrical-coordinate representation of color #69934D: hue angle of 96º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69934D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 77 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.42 |
| HSL | 96º | 0.31% | 0.44% | - |
| HSV(B) | 96º | 0.48% | 0.58% | - |
| XYZ | 17.6 | 24.41 | 10.8 | - |
| YUV | 126.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 77 | 0.29 | 0 | 0.48 | 0.42 | 96 | 0.31 | 0.44 |
| Hex | 69 | 93 | 4D | 1D | 0 | 30 | 2A | 60 | 1F | 2C |
| Octal | 151 | 223 | 115 | 35 | 0 | 60 | 52 | 140 | 37 | 54 |
| Binary | 1101001 | 10010011 | 1001101 | 11101 | 0 | 110000 | 101010 | 1100000 | 11111 | 101100 |
Color Harmonies of #69934D
Complementary color
Monochromatic Colors of #69934D
Black with #69934D
Text Example
Text Example
White with #69934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69934D; }
p { color: rgb(105,147,77); }
H1.HeaderClassName
{
color: #69934D;
}
.AnyTagClassName
{
color: #69934D;
}
</style>
background-color css
<style>
a { background-color: #69934D; }
a { background-color: rgb(105,147,77); }
div.DivClassName
{
background-color: #69934D;
}
.BgClassName
{
background-color: #69934D;
}
</style>
border-color css
<style>
span { border-color: #69934D; }
span { border-color: rgb(105,147,77); }
td.TdClassName
{
border-color: #69934D;
}
.TagClassName
{
border-color: #69934D;
}
</style>