Shades of Olivine #9DCF67
Tints of Olivine #9DCF67
RGB
CMYK
RGB Variations
Color information
#9DCF67 (or 0x9DCF67) is known color: Olivine. HEX triplet: 9D, CF and 67. RGB value is (157,207,103). Sum of RGB (Red+Green+Blue) = 157+207+103=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF67 is #623098. Grayscale: #B4B4B4. Windows color (decimal): -6434969 or 6803357. OLE color: 6803357.
HSL color Cylindrical-coordinate representation of color #9DCF67: hue angle of 88.85º 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 #9DCF67 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 103 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.19 |
| HSL | 88.85º | 0.52% | 0.61% | - |
| HSV(B) | 88.85º | 0.5% | 0.81% | - |
| XYZ | 38.67 | 52.77 | 20.98 | - |
| YUV | 180.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 103 | 0.24 | 0 | 0.50 | 0.19 | 88.85 | 0.52 | 0.61 |
| Hex | 9D | CF | 67 | 18 | 0 | 32 | 13 | 59 | 34 | 3D |
| Octal | 235 | 317 | 147 | 30 | 0 | 62 | 23 | 131 | 64 | 75 |
| Binary | 10011101 | 11001111 | 1100111 | 11000 | 0 | 110010 | 10011 | 1011001 | 110100 | 111101 |
Color Harmonies of #9DCF67
Complementary color
Monochromatic Colors of #9DCF67
Black with #9DCF67
Text Example
Text Example
White with #9DCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF67; }
p { color: rgb(157,207,103); }
H1.HeaderClassName
{
color: #9DCF67;
}
.AnyTagClassName
{
color: #9DCF67;
}
</style>
background-color css
<style>
a { background-color: #9DCF67; }
a { background-color: rgb(157,207,103); }
div.DivClassName
{
background-color: #9DCF67;
}
.BgClassName
{
background-color: #9DCF67;
}
</style>
border-color css
<style>
span { border-color: #9DCF67; }
span { border-color: rgb(157,207,103); }
td.TdClassName
{
border-color: #9DCF67;
}
.TagClassName
{
border-color: #9DCF67;
}
</style>