Shades of Olivine #9DCC69
Tints of Olivine #9DCC69
RGB
CMYK
RGB Variations
Color information
#9DCC69 (or 0x9DCC69) is known color: Olivine. HEX triplet: 9D, CC and 69. RGB value is (157,204,105). Sum of RGB (Red+Green+Blue) = 157+204+105=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC69 is #623396. Grayscale: #B3B3B3. Windows color (decimal): -6435735 or 6933661. OLE color: 6933661.
HSL color Cylindrical-coordinate representation of color #9DCC69: hue angle of 88.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DCC69 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 105 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.2 |
| HSL | 88.48º | 0.49% | 0.61% | - |
| HSV(B) | 88.48º | 0.49% | 0.8% | - |
| XYZ | 38.05 | 51.37 | 21.28 | - |
| YUV | 178.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 105 | 0.23 | 0 | 0.49 | 0.2 | 88.48 | 0.49 | 0.61 |
| Hex | 9D | CC | 69 | 17 | 0 | 31 | 14 | 58 | 31 | 3D |
| Octal | 235 | 314 | 151 | 27 | 0 | 61 | 24 | 130 | 61 | 75 |
| Binary | 10011101 | 11001100 | 1101001 | 10111 | 0 | 110001 | 10100 | 1011000 | 110001 | 111101 |
Color Harmonies of #9DCC69
Complementary color
Monochromatic Colors of #9DCC69
Black with #9DCC69
Text Example
Text Example
White with #9DCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC69; }
p { color: rgb(157,204,105); }
H1.HeaderClassName
{
color: #9DCC69;
}
.AnyTagClassName
{
color: #9DCC69;
}
</style>
background-color css
<style>
a { background-color: #9DCC69; }
a { background-color: rgb(157,204,105); }
div.DivClassName
{
background-color: #9DCC69;
}
.BgClassName
{
background-color: #9DCC69;
}
</style>
border-color css
<style>
span { border-color: #9DCC69; }
span { border-color: rgb(157,204,105); }
td.TdClassName
{
border-color: #9DCC69;
}
.TagClassName
{
border-color: #9DCC69;
}
</style>