Shades of Glade Green #69934E
Tints of Glade Green #69934E
RGB
CMYK
RGB Variations
Color information
#69934E (or 0x69934E) is known color: Glade Green. HEX triplet: 69, 93 and 4E. RGB value is (105,147,78). Sum of RGB (Red+Green+Blue) = 105+147+78=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #69934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69934E is #966CB1. Grayscale: #7E7E7E. Windows color (decimal): -9858226 or 5149545. OLE color: 5149545.
HSL color Cylindrical-coordinate representation of color #69934E: hue angle of 96.52º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69934E is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 78 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.42 |
| HSL | 96.52º | 0.31% | 0.44% | - |
| HSV(B) | 96.52º | 0.47% | 0.58% | - |
| XYZ | 17.63 | 24.42 | 10.99 | - |
| YUV | 126.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 78 | 0.29 | 0 | 0.47 | 0.42 | 96.52 | 0.31 | 0.44 |
| Hex | 69 | 93 | 4E | 1D | 0 | 2F | 2A | 61 | 1F | 2C |
| Octal | 151 | 223 | 116 | 35 | 0 | 57 | 52 | 141 | 37 | 54 |
| Binary | 1101001 | 10010011 | 1001110 | 11101 | 0 | 101111 | 101010 | 1100001 | 11111 | 101100 |
Color Harmonies of #69934E
Complementary color
Monochromatic Colors of #69934E
Black with #69934E
Text Example
Text Example
White with #69934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69934E; }
p { color: rgb(105,147,78); }
H1.HeaderClassName
{
color: #69934E;
}
.AnyTagClassName
{
color: #69934E;
}
</style>
background-color css
<style>
a { background-color: #69934E; }
a { background-color: rgb(105,147,78); }
div.DivClassName
{
background-color: #69934E;
}
.BgClassName
{
background-color: #69934E;
}
</style>
border-color css
<style>
span { border-color: #69934E; }
span { border-color: rgb(105,147,78); }
td.TdClassName
{
border-color: #69934E;
}
.TagClassName
{
border-color: #69934E;
}
</style>