Shades of Olivine #9CCD68
Tints of Olivine #9CCD68
RGB
CMYK
RGB Variations
Color information
#9CCD68 (or 0x9CCD68) is known color: Olivine. HEX triplet: 9C, CD and 68. RGB value is (156,205,104). Sum of RGB (Red+Green+Blue) = 156+205+104=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCD68 is #633297. Grayscale: #B3B3B3. Windows color (decimal): -6501016 or 6868380. OLE color: 6868380.
HSL color Cylindrical-coordinate representation of color #9CCD68: hue angle of 89.11º degrees, saturation: 0.5, 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 #9CCD68 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 104 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.20 |
| HSL | 89.11º | 0.5% | 0.61% | - |
| HSV(B) | 89.11º | 0.49% | 0.8% | - |
| XYZ | 38.04 | 51.73 | 21.08 | - |
| YUV | 178.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 104 | 0.24 | 0 | 0.49 | 0.20 | 89.11 | 0.5 | 0.61 |
| Hex | 9C | CD | 68 | 18 | 0 | 31 | 14 | 59 | 32 | 3D |
| Octal | 234 | 315 | 150 | 30 | 0 | 61 | 24 | 131 | 62 | 75 |
| Binary | 10011100 | 11001101 | 1101000 | 11000 | 0 | 110001 | 10100 | 1011001 | 110010 | 111101 |
Color Harmonies of #9CCD68
Complementary color
Monochromatic Colors of #9CCD68
Black with #9CCD68
Text Example
Text Example
White with #9CCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD68; }
p { color: rgb(156,205,104); }
H1.HeaderClassName
{
color: #9CCD68;
}
.AnyTagClassName
{
color: #9CCD68;
}
</style>
background-color css
<style>
a { background-color: #9CCD68; }
a { background-color: rgb(156,205,104); }
div.DivClassName
{
background-color: #9CCD68;
}
.BgClassName
{
background-color: #9CCD68;
}
</style>
border-color css
<style>
span { border-color: #9CCD68; }
span { border-color: rgb(156,205,104); }
td.TdClassName
{
border-color: #9CCD68;
}
.TagClassName
{
border-color: #9CCD68;
}
</style>