Shades of Gossip #99CC74
Tints of Gossip #99CC74
RGB
CMYK
RGB Variations
Color information
#99CC74 (or 0x99CC74) is known color: Gossip. HEX triplet: 99, CC and 74. RGB value is (153,204,116). Sum of RGB (Red+Green+Blue) = 153+204+116=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC74 is #66338B. Grayscale: #B3B3B3. Windows color (decimal): -6697868 or 7654553. OLE color: 7654553.
HSL color Cylindrical-coordinate representation of color #99CC74: hue angle of 94.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99CC74 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 116 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.2 |
| HSL | 94.77º | 0.46% | 0.63% | - |
| HSV(B) | 94.77º | 0.43% | 0.8% | - |
| XYZ | 37.88 | 51.22 | 24.41 | - |
| YUV | 178.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 116 | 0.25 | 0 | 0.43 | 0.2 | 94.77 | 0.46 | 0.63 |
| Hex | 99 | CC | 74 | 19 | 0 | 2B | 14 | 5F | 2E | 3F |
| Octal | 231 | 314 | 164 | 31 | 0 | 53 | 24 | 137 | 56 | 77 |
| Binary | 10011001 | 11001100 | 1110100 | 11001 | 0 | 101011 | 10100 | 1011111 | 101110 | 111111 |
Color Harmonies of #99CC74
Complementary color
Monochromatic Colors of #99CC74
Black with #99CC74
Text Example
Text Example
White with #99CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC74; }
p { color: rgb(153,204,116); }
H1.HeaderClassName
{
color: #99CC74;
}
.AnyTagClassName
{
color: #99CC74;
}
</style>
background-color css
<style>
a { background-color: #99CC74; }
a { background-color: rgb(153,204,116); }
div.DivClassName
{
background-color: #99CC74;
}
.BgClassName
{
background-color: #99CC74;
}
</style>
border-color css
<style>
span { border-color: #99CC74; }
span { border-color: rgb(153,204,116); }
td.TdClassName
{
border-color: #99CC74;
}
.TagClassName
{
border-color: #99CC74;
}
</style>