Shades of Olivine #9CCB67
Tints of Olivine #9CCB67
RGB
CMYK
RGB Variations
Color information
#9CCB67 (or 0x9CCB67) is known color: Olivine. HEX triplet: 9C, CB and 67. RGB value is (156,203,103). Sum of RGB (Red+Green+Blue) = 156+203+103=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCB67 is #633498. Grayscale: #B1B1B1. Windows color (decimal): -6501529 or 6802332. OLE color: 6802332.
HSL color Cylindrical-coordinate representation of color #9CCB67: hue angle of 88.2º 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 #9CCB67 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 103 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.20 |
| HSL | 88.2º | 0.49% | 0.6% | - |
| HSV(B) | 88.2º | 0.49% | 0.8% | - |
| XYZ | 37.51 | 50.76 | 20.65 | - |
| YUV | 177.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 103 | 0.23 | 0 | 0.49 | 0.20 | 88.2 | 0.49 | 0.6 |
| Hex | 9C | CB | 67 | 17 | 0 | 31 | 14 | 58 | 31 | 3C |
| Octal | 234 | 313 | 147 | 27 | 0 | 61 | 24 | 130 | 61 | 74 |
| Binary | 10011100 | 11001011 | 1100111 | 10111 | 0 | 110001 | 10100 | 1011000 | 110001 | 111100 |
Color Harmonies of #9CCB67
Complementary color
Monochromatic Colors of #9CCB67
Black with #9CCB67
Text Example
Text Example
White with #9CCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB67; }
p { color: rgb(156,203,103); }
H1.HeaderClassName
{
color: #9CCB67;
}
.AnyTagClassName
{
color: #9CCB67;
}
</style>
background-color css
<style>
a { background-color: #9CCB67; }
a { background-color: rgb(156,203,103); }
div.DivClassName
{
background-color: #9CCB67;
}
.BgClassName
{
background-color: #9CCB67;
}
</style>
border-color css
<style>
span { border-color: #9CCB67; }
span { border-color: rgb(156,203,103); }
td.TdClassName
{
border-color: #9CCB67;
}
.TagClassName
{
border-color: #9CCB67;
}
</style>