Shades of Olivine #9DCB68
Tints of Olivine #9DCB68
RGB
CMYK
RGB Variations
Color information
#9DCB68 (or 0x9DCB68) is known color: Olivine. HEX triplet: 9D, CB and 68. RGB value is (157,203,104). Sum of RGB (Red+Green+Blue) = 157+203+104=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB68 is #623497. Grayscale: #B2B2B2. Windows color (decimal): -6435992 or 6867869. OLE color: 6867869.
HSL color Cylindrical-coordinate representation of color #9DCB68: hue angle of 87.88º degrees, saturation: 0.49, 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 #9DCB68 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 104 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.20 |
| HSL | 87.88º | 0.49% | 0.6% | - |
| HSV(B) | 87.88º | 0.49% | 0.8% | - |
| XYZ | 37.76 | 50.88 | 20.93 | - |
| YUV | 177.96 | 86.26 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 104 | 0.23 | 0 | 0.49 | 0.20 | 87.88 | 0.49 | 0.6 |
| Hex | 9D | CB | 68 | 17 | 0 | 31 | 14 | 58 | 31 | 3C |
| Octal | 235 | 313 | 150 | 27 | 0 | 61 | 24 | 130 | 61 | 74 |
| Binary | 10011101 | 11001011 | 1101000 | 10111 | 0 | 110001 | 10100 | 1011000 | 110001 | 111100 |
Color Harmonies of #9DCB68
Complementary color
Monochromatic Colors of #9DCB68
Black with #9DCB68
Text Example
Text Example
White with #9DCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB68; }
p { color: rgb(157,203,104); }
H1.HeaderClassName
{
color: #9DCB68;
}
.AnyTagClassName
{
color: #9DCB68;
}
</style>
background-color css
<style>
a { background-color: #9DCB68; }
a { background-color: rgb(157,203,104); }
div.DivClassName
{
background-color: #9DCB68;
}
.BgClassName
{
background-color: #9DCB68;
}
</style>
border-color css
<style>
span { border-color: #9DCB68; }
span { border-color: rgb(157,203,104); }
td.TdClassName
{
border-color: #9DCB68;
}
.TagClassName
{
border-color: #9DCB68;
}
</style>