Shades of Olivine #9CCF67
Tints of Olivine #9CCF67
RGB
CMYK
RGB Variations
Color information
#9CCF67 (or 0x9CCF67) is known color: Olivine. HEX triplet: 9C, CF and 67. RGB value is (156,207,103). Sum of RGB (Red+Green+Blue) = 156+207+103=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF67 is #633098. Grayscale: #B4B4B4. Windows color (decimal): -6500505 or 6803356. OLE color: 6803356.
HSL color Cylindrical-coordinate representation of color #9CCF67: hue angle of 89.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CCF67 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 103 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.19 |
| HSL | 89.42º | 0.52% | 0.61% | - |
| HSV(B) | 89.42º | 0.5% | 0.81% | - |
| XYZ | 38.47 | 52.67 | 20.97 | - |
| YUV | 179.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 103 | 0.25 | 0 | 0.50 | 0.19 | 89.42 | 0.52 | 0.61 |
| Hex | 9C | CF | 67 | 19 | 0 | 32 | 13 | 59 | 34 | 3D |
| Octal | 234 | 317 | 147 | 31 | 0 | 62 | 23 | 131 | 64 | 75 |
| Binary | 10011100 | 11001111 | 1100111 | 11001 | 0 | 110010 | 10011 | 1011001 | 110100 | 111101 |
Color Harmonies of #9CCF67
Complementary color
Monochromatic Colors of #9CCF67
Black with #9CCF67
Text Example
Text Example
White with #9CCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF67; }
p { color: rgb(156,207,103); }
H1.HeaderClassName
{
color: #9CCF67;
}
.AnyTagClassName
{
color: #9CCF67;
}
</style>
background-color css
<style>
a { background-color: #9CCF67; }
a { background-color: rgb(156,207,103); }
div.DivClassName
{
background-color: #9CCF67;
}
.BgClassName
{
background-color: #9CCF67;
}
</style>
border-color css
<style>
span { border-color: #9CCF67; }
span { border-color: rgb(156,207,103); }
td.TdClassName
{
border-color: #9CCF67;
}
.TagClassName
{
border-color: #9CCF67;
}
</style>