Shades of Olivine #9CCF6D
Tints of Olivine #9CCF6D
RGB
CMYK
RGB Variations
Color information
#9CCF6D (or 0x9CCF6D) is known color: Olivine. HEX triplet: 9C, CF and 6D. RGB value is (156,207,109). Sum of RGB (Red+Green+Blue) = 156+207+109=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF6D is #633092. Grayscale: #B4B4B4. Windows color (decimal): -6500499 or 7196572. OLE color: 7196572.
HSL color Cylindrical-coordinate representation of color #9CCF6D: hue angle of 91.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CCF6D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 109 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.19 |
| HSL | 91.22º | 0.51% | 0.62% | - |
| HSV(B) | 91.22º | 0.47% | 0.81% | - |
| XYZ | 38.78 | 52.8 | 22.61 | - |
| YUV | 180.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 109 | 0.25 | 0 | 0.47 | 0.19 | 91.22 | 0.51 | 0.62 |
| Hex | 9C | CF | 6D | 19 | 0 | 2F | 13 | 5B | 33 | 3E |
| Octal | 234 | 317 | 155 | 31 | 0 | 57 | 23 | 133 | 63 | 76 |
| Binary | 10011100 | 11001111 | 1101101 | 11001 | 0 | 101111 | 10011 | 1011011 | 110011 | 111110 |
Color Harmonies of #9CCF6D
Complementary color
Monochromatic Colors of #9CCF6D
Black with #9CCF6D
Text Example
Text Example
White with #9CCF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF6D; }
p { color: rgb(156,207,109); }
H1.HeaderClassName
{
color: #9CCF6D;
}
.AnyTagClassName
{
color: #9CCF6D;
}
</style>
background-color css
<style>
a { background-color: #9CCF6D; }
a { background-color: rgb(156,207,109); }
div.DivClassName
{
background-color: #9CCF6D;
}
.BgClassName
{
background-color: #9CCF6D;
}
</style>
border-color css
<style>
span { border-color: #9CCF6D; }
span { border-color: rgb(156,207,109); }
td.TdClassName
{
border-color: #9CCF6D;
}
.TagClassName
{
border-color: #9CCF6D;
}
</style>