Shades of Olivine #9CCF64
Tints of Olivine #9CCF64
RGB
CMYK
RGB Variations
Color information
#9CCF64 (or 0x9CCF64) is known color: Olivine. HEX triplet: 9C, CF and 64. RGB value is (156,207,100). Sum of RGB (Red+Green+Blue) = 156+207+100=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF64 is #63309B. Grayscale: #B3B3B3. Windows color (decimal): -6500508 or 6606748. OLE color: 6606748.
HSL color Cylindrical-coordinate representation of color #9CCF64: hue angle of 88.6º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CCF64 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 100 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.19 |
| HSL | 88.6º | 0.53% | 0.6% | - |
| HSV(B) | 88.6º | 0.52% | 0.81% | - |
| XYZ | 38.32 | 52.61 | 20.19 | - |
| YUV | 179.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 100 | 0.25 | 0 | 0.52 | 0.19 | 88.6 | 0.53 | 0.6 |
| Hex | 9C | CF | 64 | 19 | 0 | 34 | 13 | 59 | 35 | 3C |
| Octal | 234 | 317 | 144 | 31 | 0 | 64 | 23 | 131 | 65 | 74 |
| Binary | 10011100 | 11001111 | 1100100 | 11001 | 0 | 110100 | 10011 | 1011001 | 110101 | 111100 |
Color Harmonies of #9CCF64
Complementary color
Monochromatic Colors of #9CCF64
Black with #9CCF64
Text Example
Text Example
White with #9CCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF64; }
p { color: rgb(156,207,100); }
H1.HeaderClassName
{
color: #9CCF64;
}
.AnyTagClassName
{
color: #9CCF64;
}
</style>
background-color css
<style>
a { background-color: #9CCF64; }
a { background-color: rgb(156,207,100); }
div.DivClassName
{
background-color: #9CCF64;
}
.BgClassName
{
background-color: #9CCF64;
}
</style>
border-color css
<style>
span { border-color: #9CCF64; }
span { border-color: rgb(156,207,100); }
td.TdClassName
{
border-color: #9CCF64;
}
.TagClassName
{
border-color: #9CCF64;
}
</style>