Shades of Granny Smith #7C8F85
Tints of Granny Smith #7C8F85
RGB
CMYK
RGB Variations
Color information
#7C8F85 (or 0x7C8F85) is known color: Granny Smith. HEX triplet: 7C, 8F and 85. RGB value is (124,143,133). Sum of RGB (Red+Green+Blue) = 124+143+133=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #7C8F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8F85 is #83707A. Grayscale: #888888. Windows color (decimal): -8614011 or 8753020. OLE color: 8753020.
HSL color Cylindrical-coordinate representation of color #7C8F85: hue angle of 148.42º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8F85 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 143 | 133 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.44 |
| HSL | 148.42º | 0.08% | 0.52% | - |
| HSV(B) | 148.42º | 0.13% | 0.56% | - |
| XYZ | 22.37 | 25.62 | 25.96 | - |
| YUV | 136.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 133 | 0.13 | 0 | 0.07 | 0.44 | 148.42 | 0.08 | 0.52 |
| Hex | 7C | 8F | 85 | D | 0 | 7 | 2C | 94 | 8 | 34 |
| Octal | 174 | 217 | 205 | 15 | 0 | 7 | 54 | 224 | 10 | 64 |
| Binary | 1111100 | 10001111 | 10000101 | 1101 | 0 | 111 | 101100 | 10010100 | 1000 | 110100 |
Color Harmonies of #7C8F85
Complementary color
Monochromatic Colors of #7C8F85
Black with #7C8F85
Text Example
Text Example
White with #7C8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8F85; }
p { color: rgb(124,143,133); }
H1.HeaderClassName
{
color: #7C8F85;
}
.AnyTagClassName
{
color: #7C8F85;
}
</style>
background-color css
<style>
a { background-color: #7C8F85; }
a { background-color: rgb(124,143,133); }
div.DivClassName
{
background-color: #7C8F85;
}
.BgClassName
{
background-color: #7C8F85;
}
</style>
border-color css
<style>
span { border-color: #7C8F85; }
span { border-color: rgb(124,143,133); }
td.TdClassName
{
border-color: #7C8F85;
}
.TagClassName
{
border-color: #7C8F85;
}
</style>