Shades of Glade Green #6B8F52
Tints of Glade Green #6B8F52
RGB
CMYK
RGB Variations
Color information
#6B8F52 (or 0x6B8F52) is known color: Glade Green. HEX triplet: 6B, 8F and 52. RGB value is (107,143,82). Sum of RGB (Red+Green+Blue) = 107+143+82=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8F52 is #9470AD. Grayscale: #7D7D7D. Windows color (decimal): -9728174 or 5410667. OLE color: 5410667.
HSL color Cylindrical-coordinate representation of color #6B8F52: hue angle of 95.41º 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 #6B8F52 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 82 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.44 |
| HSL | 95.41º | 0.27% | 0.44% | - |
| HSV(B) | 95.41º | 0.43% | 0.56% | - |
| XYZ | 17.41 | 23.38 | 11.58 | - |
| YUV | 125.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 82 | 0.25 | 0 | 0.43 | 0.44 | 95.41 | 0.27 | 0.44 |
| Hex | 6B | 8F | 52 | 19 | 0 | 2B | 2C | 5F | 1B | 2C |
| Octal | 153 | 217 | 122 | 31 | 0 | 53 | 54 | 137 | 33 | 54 |
| Binary | 1101011 | 10001111 | 1010010 | 11001 | 0 | 101011 | 101100 | 1011111 | 11011 | 101100 |
Color Harmonies of #6B8F52
Complementary color
Monochromatic Colors of #6B8F52
Black with #6B8F52
Text Example
Text Example
White with #6B8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F52; }
p { color: rgb(107,143,82); }
H1.HeaderClassName
{
color: #6B8F52;
}
.AnyTagClassName
{
color: #6B8F52;
}
</style>
background-color css
<style>
a { background-color: #6B8F52; }
a { background-color: rgb(107,143,82); }
div.DivClassName
{
background-color: #6B8F52;
}
.BgClassName
{
background-color: #6B8F52;
}
</style>
border-color css
<style>
span { border-color: #6B8F52; }
span { border-color: rgb(107,143,82); }
td.TdClassName
{
border-color: #6B8F52;
}
.TagClassName
{
border-color: #6B8F52;
}
</style>