Shades of Olivine #9FCC67
Tints of Olivine #9FCC67
RGB
CMYK
RGB Variations
Color information
#9FCC67 (or 0x9FCC67) is known color: Olivine. HEX triplet: 9F, CC and 67. RGB value is (159,204,103). Sum of RGB (Red+Green+Blue) = 159+204+103=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC67 is #603398. Grayscale: #B3B3B3. Windows color (decimal): -6304665 or 6802591. OLE color: 6802591.
HSL color Cylindrical-coordinate representation of color #9FCC67: hue angle of 86.73º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FCC67 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 103 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.2 |
| HSL | 86.73º | 0.5% | 0.6% | - |
| HSV(B) | 86.73º | 0.5% | 0.8% | - |
| XYZ | 38.34 | 51.54 | 20.76 | - |
| YUV | 179.03 | 85.09 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 103 | 0.22 | 0 | 0.50 | 0.2 | 86.73 | 0.5 | 0.6 |
| Hex | 9F | CC | 67 | 16 | 0 | 32 | 14 | 57 | 32 | 3C |
| Octal | 237 | 314 | 147 | 26 | 0 | 62 | 24 | 127 | 62 | 74 |
| Binary | 10011111 | 11001100 | 1100111 | 10110 | 0 | 110010 | 10100 | 1010111 | 110010 | 111100 |
Color Harmonies of #9FCC67
Complementary color
Monochromatic Colors of #9FCC67
Black with #9FCC67
Text Example
Text Example
White with #9FCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC67; }
p { color: rgb(159,204,103); }
H1.HeaderClassName
{
color: #9FCC67;
}
.AnyTagClassName
{
color: #9FCC67;
}
</style>
background-color css
<style>
a { background-color: #9FCC67; }
a { background-color: rgb(159,204,103); }
div.DivClassName
{
background-color: #9FCC67;
}
.BgClassName
{
background-color: #9FCC67;
}
</style>
border-color css
<style>
span { border-color: #9FCC67; }
span { border-color: rgb(159,204,103); }
td.TdClassName
{
border-color: #9FCC67;
}
.TagClassName
{
border-color: #9FCC67;
}
</style>