Shades of Olivine #9FCC68
Tints of Olivine #9FCC68
RGB
CMYK
RGB Variations
Color information
#9FCC68 (or 0x9FCC68) is known color: Olivine. HEX triplet: 9F, CC and 68. RGB value is (159,204,104). Sum of RGB (Red+Green+Blue) = 159+204+104=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC68 is #603397. Grayscale: #B3B3B3. Windows color (decimal): -6304664 or 6868127. OLE color: 6868127.
HSL color Cylindrical-coordinate representation of color #9FCC68: hue angle of 87º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FCC68 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 104 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.2 |
| HSL | 87º | 0.5% | 0.6% | - |
| HSV(B) | 87º | 0.49% | 0.8% | - |
| XYZ | 38.39 | 51.56 | 21.02 | - |
| YUV | 179.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 104 | 0.22 | 0 | 0.49 | 0.2 | 87 | 0.5 | 0.6 |
| Hex | 9F | CC | 68 | 16 | 0 | 31 | 14 | 57 | 32 | 3C |
| Octal | 237 | 314 | 150 | 26 | 0 | 61 | 24 | 127 | 62 | 74 |
| Binary | 10011111 | 11001100 | 1101000 | 10110 | 0 | 110001 | 10100 | 1010111 | 110010 | 111100 |
Color Harmonies of #9FCC68
Complementary color
Monochromatic Colors of #9FCC68
Black with #9FCC68
Text Example
Text Example
White with #9FCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC68; }
p { color: rgb(159,204,104); }
H1.HeaderClassName
{
color: #9FCC68;
}
.AnyTagClassName
{
color: #9FCC68;
}
</style>
background-color css
<style>
a { background-color: #9FCC68; }
a { background-color: rgb(159,204,104); }
div.DivClassName
{
background-color: #9FCC68;
}
.BgClassName
{
background-color: #9FCC68;
}
</style>
border-color css
<style>
span { border-color: #9FCC68; }
span { border-color: rgb(159,204,104); }
td.TdClassName
{
border-color: #9FCC68;
}
.TagClassName
{
border-color: #9FCC68;
}
</style>