Shades of Green Smoke #9CA74B
Tints of Green Smoke #9CA74B
RGB
CMYK
RGB Variations
Color information
#9CA74B (or 0x9CA74B) is known color: Green Smoke. HEX triplet: 9C, A7 and 4B. RGB value is (156,167,75). Sum of RGB (Red+Green+Blue) = 156+167+75=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA74B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA74B is #6358B4. Grayscale: #999999. Windows color (decimal): -6510773 or 4958108. OLE color: 4958108.
HSL color Cylindrical-coordinate representation of color #9CA74B: hue angle of 67.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA74B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 167 | 75 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.35 |
| HSL | 67.17º | 0.38% | 0.47% | - |
| HSV(B) | 67.17º | 0.55% | 0.65% | - |
| XYZ | 28.8 | 35.21 | 11.94 | - |
| YUV | 153.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 75 | 0.07 | 0 | 0.55 | 0.35 | 67.17 | 0.38 | 0.47 |
| Hex | 9C | A7 | 4B | 7 | 0 | 37 | 23 | 43 | 26 | 2F |
| Octal | 234 | 247 | 113 | 7 | 0 | 67 | 43 | 103 | 46 | 57 |
| Binary | 10011100 | 10100111 | 1001011 | 111 | 0 | 110111 | 100011 | 1000011 | 100110 | 101111 |
Color Harmonies of #9CA74B
Complementary color
Monochromatic Colors of #9CA74B
Black with #9CA74B
Text Example
Text Example
White with #9CA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA74B; }
p { color: rgb(156,167,75); }
H1.HeaderClassName
{
color: #9CA74B;
}
.AnyTagClassName
{
color: #9CA74B;
}
</style>
background-color css
<style>
a { background-color: #9CA74B; }
a { background-color: rgb(156,167,75); }
div.DivClassName
{
background-color: #9CA74B;
}
.BgClassName
{
background-color: #9CA74B;
}
</style>
border-color css
<style>
span { border-color: #9CA74B; }
span { border-color: rgb(156,167,75); }
td.TdClassName
{
border-color: #9CA74B;
}
.TagClassName
{
border-color: #9CA74B;
}
</style>