Shades of Olivine #9CCF6B
Tints of Olivine #9CCF6B
RGB
CMYK
RGB Variations
Color information
#9CCF6B (or 0x9CCF6B) is known color: Olivine. HEX triplet: 9C, CF and 6B. RGB value is (156,207,107). Sum of RGB (Red+Green+Blue) = 156+207+107=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF6B is #633094. Grayscale: #B4B4B4. Windows color (decimal): -6500501 or 7065500. OLE color: 7065500.
HSL color Cylindrical-coordinate representation of color #9CCF6B: hue angle of 90.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CCF6B is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 107 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.19 |
| HSL | 90.6º | 0.51% | 0.62% | - |
| HSV(B) | 90.6º | 0.48% | 0.81% | - |
| XYZ | 38.68 | 52.76 | 22.05 | - |
| YUV | 180.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 107 | 0.25 | 0 | 0.48 | 0.19 | 90.6 | 0.51 | 0.62 |
| Hex | 9C | CF | 6B | 19 | 0 | 30 | 13 | 5B | 33 | 3E |
| Octal | 234 | 317 | 153 | 31 | 0 | 60 | 23 | 133 | 63 | 76 |
| Binary | 10011100 | 11001111 | 1101011 | 11001 | 0 | 110000 | 10011 | 1011011 | 110011 | 111110 |
Color Harmonies of #9CCF6B
Complementary color
Monochromatic Colors of #9CCF6B
Black with #9CCF6B
Text Example
Text Example
White with #9CCF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF6B; }
p { color: rgb(156,207,107); }
H1.HeaderClassName
{
color: #9CCF6B;
}
.AnyTagClassName
{
color: #9CCF6B;
}
</style>
background-color css
<style>
a { background-color: #9CCF6B; }
a { background-color: rgb(156,207,107); }
div.DivClassName
{
background-color: #9CCF6B;
}
.BgClassName
{
background-color: #9CCF6B;
}
</style>
border-color css
<style>
span { border-color: #9CCF6B; }
span { border-color: rgb(156,207,107); }
td.TdClassName
{
border-color: #9CCF6B;
}
.TagClassName
{
border-color: #9CCF6B;
}
</style>