Shades of Olivine #9CC674
Tints of Olivine #9CC674
RGB
CMYK
RGB Variations
Color information
#9CC674 (or 0x9CC674) is known color: Olivine. HEX triplet: 9C, C6 and 74. RGB value is (156,198,116). Sum of RGB (Red+Green+Blue) = 156+198+116=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC674 is #63398B. Grayscale: #B0B0B0. Windows color (decimal): -6502796 or 7653020. OLE color: 7653020.
HSL color Cylindrical-coordinate representation of color #9CC674: hue angle of 90.73º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CC674 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 198 | 116 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.22 |
| HSL | 90.73º | 0.42% | 0.62% | - |
| HSV(B) | 90.73º | 0.41% | 0.78% | - |
| XYZ | 37.06 | 48.72 | 23.97 | - |
| YUV | 176.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 198 | 116 | 0.21 | 0 | 0.41 | 0.22 | 90.73 | 0.42 | 0.62 |
| Hex | 9C | C6 | 74 | 15 | 0 | 29 | 16 | 5B | 2A | 3E |
| Octal | 234 | 306 | 164 | 25 | 0 | 51 | 26 | 133 | 52 | 76 |
| Binary | 10011100 | 11000110 | 1110100 | 10101 | 0 | 101001 | 10110 | 1011011 | 101010 | 111110 |
Color Harmonies of #9CC674
Complementary color
Monochromatic Colors of #9CC674
Black with #9CC674
Text Example
Text Example
White with #9CC674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC674; }
p { color: rgb(156,198,116); }
H1.HeaderClassName
{
color: #9CC674;
}
.AnyTagClassName
{
color: #9CC674;
}
</style>
background-color css
<style>
a { background-color: #9CC674; }
a { background-color: rgb(156,198,116); }
div.DivClassName
{
background-color: #9CC674;
}
.BgClassName
{
background-color: #9CC674;
}
</style>
border-color css
<style>
span { border-color: #9CC674; }
span { border-color: rgb(156,198,116); }
td.TdClassName
{
border-color: #9CC674;
}
.TagClassName
{
border-color: #9CC674;
}
</style>