Shades of Glade Green #6B914F
Tints of Glade Green #6B914F
RGB
CMYK
RGB Variations
Color information
#6B914F (or 0x6B914F) is known color: Glade Green. HEX triplet: 6B, 91 and 4F. RGB value is (107,145,79). Sum of RGB (Red+Green+Blue) = 107+145+79=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #6B914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B914F is #946EB0. Grayscale: #7E7E7E. Windows color (decimal): -9727665 or 5214571. OLE color: 5214571.
HSL color Cylindrical-coordinate representation of color #6B914F: hue angle of 94.55º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B914F is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 79 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.43 |
| HSL | 94.55º | 0.29% | 0.44% | - |
| HSV(B) | 94.55º | 0.46% | 0.57% | - |
| XYZ | 17.6 | 23.94 | 11.09 | - |
| YUV | 126.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 79 | 0.26 | 0 | 0.46 | 0.43 | 94.55 | 0.29 | 0.44 |
| Hex | 6B | 91 | 4F | 1A | 0 | 2E | 2B | 5F | 1D | 2C |
| Octal | 153 | 221 | 117 | 32 | 0 | 56 | 53 | 137 | 35 | 54 |
| Binary | 1101011 | 10010001 | 1001111 | 11010 | 0 | 101110 | 101011 | 1011111 | 11101 | 101100 |
Color Harmonies of #6B914F
Complementary color
Monochromatic Colors of #6B914F
Black with #6B914F
Text Example
Text Example
White with #6B914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B914F; }
p { color: rgb(107,145,79); }
H1.HeaderClassName
{
color: #6B914F;
}
.AnyTagClassName
{
color: #6B914F;
}
</style>
background-color css
<style>
a { background-color: #6B914F; }
a { background-color: rgb(107,145,79); }
div.DivClassName
{
background-color: #6B914F;
}
.BgClassName
{
background-color: #6B914F;
}
</style>
border-color css
<style>
span { border-color: #6B914F; }
span { border-color: rgb(107,145,79); }
td.TdClassName
{
border-color: #6B914F;
}
.TagClassName
{
border-color: #6B914F;
}
</style>