Shades of Glade Green #6B9052
Tints of Glade Green #6B9052
RGB
CMYK
RGB Variations
Color information
#6B9052 (or 0x6B9052) is known color: Glade Green. HEX triplet: 6B, 90 and 52. RGB value is (107,144,82). Sum of RGB (Red+Green+Blue) = 107+144+82=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9052 is #946FAD. Grayscale: #7E7E7E. Windows color (decimal): -9727918 or 5410923. OLE color: 5410923.
HSL color Cylindrical-coordinate representation of color #6B9052: hue angle of 95.81º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B9052 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 82 | - |
| CMYK | 0.26 | 0 | 0.43 | 0.44 |
| HSL | 95.81º | 0.27% | 0.44% | - |
| HSV(B) | 95.81º | 0.43% | 0.56% | - |
| XYZ | 17.56 | 23.68 | 11.63 | - |
| YUV | 125.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 82 | 0.26 | 0 | 0.43 | 0.44 | 95.81 | 0.27 | 0.44 |
| Hex | 6B | 90 | 52 | 1A | 0 | 2B | 2C | 60 | 1B | 2C |
| Octal | 153 | 220 | 122 | 32 | 0 | 53 | 54 | 140 | 33 | 54 |
| Binary | 1101011 | 10010000 | 1010010 | 11010 | 0 | 101011 | 101100 | 1100000 | 11011 | 101100 |
Color Harmonies of #6B9052
Complementary color
Monochromatic Colors of #6B9052
Black with #6B9052
Text Example
Text Example
White with #6B9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9052; }
p { color: rgb(107,144,82); }
H1.HeaderClassName
{
color: #6B9052;
}
.AnyTagClassName
{
color: #6B9052;
}
</style>
background-color css
<style>
a { background-color: #6B9052; }
a { background-color: rgb(107,144,82); }
div.DivClassName
{
background-color: #6B9052;
}
.BgClassName
{
background-color: #6B9052;
}
</style>
border-color css
<style>
span { border-color: #6B9052; }
span { border-color: rgb(107,144,82); }
td.TdClassName
{
border-color: #6B9052;
}
.TagClassName
{
border-color: #6B9052;
}
</style>