Shades of Olivine #9FCF68
Tints of Olivine #9FCF68
RGB
CMYK
RGB Variations
Color information
#9FCF68 (or 0x9FCF68) is known color: Olivine. HEX triplet: 9F, CF and 68. RGB value is (159,207,104). Sum of RGB (Red+Green+Blue) = 159+207+104=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF68 is #603097. Grayscale: #B5B5B5. Windows color (decimal): -6303896 or 6868895. OLE color: 6868895.
HSL color Cylindrical-coordinate representation of color #9FCF68: hue angle of 87.96º 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 #9FCF68 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 104 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.19 |
| HSL | 87.96º | 0.52% | 0.61% | - |
| HSV(B) | 87.96º | 0.5% | 0.81% | - |
| XYZ | 39.11 | 53 | 21.26 | - |
| YUV | 180.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 104 | 0.23 | 0 | 0.50 | 0.19 | 87.96 | 0.52 | 0.61 |
| Hex | 9F | CF | 68 | 17 | 0 | 32 | 13 | 58 | 34 | 3D |
| Octal | 237 | 317 | 150 | 27 | 0 | 62 | 23 | 130 | 64 | 75 |
| Binary | 10011111 | 11001111 | 1101000 | 10111 | 0 | 110010 | 10011 | 1011000 | 110100 | 111101 |
Color Harmonies of #9FCF68
Complementary color
Monochromatic Colors of #9FCF68
Black with #9FCF68
Text Example
Text Example
White with #9FCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF68; }
p { color: rgb(159,207,104); }
H1.HeaderClassName
{
color: #9FCF68;
}
.AnyTagClassName
{
color: #9FCF68;
}
</style>
background-color css
<style>
a { background-color: #9FCF68; }
a { background-color: rgb(159,207,104); }
div.DivClassName
{
background-color: #9FCF68;
}
.BgClassName
{
background-color: #9FCF68;
}
</style>
border-color css
<style>
span { border-color: #9FCF68; }
span { border-color: rgb(159,207,104); }
td.TdClassName
{
border-color: #9FCF68;
}
.TagClassName
{
border-color: #9FCF68;
}
</style>