Shades of Olivine #9BD06B
Tints of Olivine #9BD06B
RGB
CMYK
RGB Variations
Color information
#9BD06B (or 0x9BD06B) is known color: Olivine. HEX triplet: 9B, D0 and 6B. RGB value is (155,208,107). Sum of RGB (Red+Green+Blue) = 155+208+107=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD06B is #642F94. Grayscale: #B4B4B4. Windows color (decimal): -6565781 or 7065755. OLE color: 7065755.
HSL color Cylindrical-coordinate representation of color #9BD06B: hue angle of 91.49º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BD06B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 107 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.18 |
| HSL | 91.49º | 0.52% | 0.62% | - |
| HSV(B) | 91.49º | 0.49% | 0.82% | - |
| XYZ | 38.73 | 53.14 | 22.13 | - |
| YUV | 180.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 107 | 0.25 | 0 | 0.49 | 0.18 | 91.49 | 0.52 | 0.62 |
| Hex | 9B | D0 | 6B | 19 | 0 | 31 | 12 | 5B | 34 | 3E |
| Octal | 233 | 320 | 153 | 31 | 0 | 61 | 22 | 133 | 64 | 76 |
| Binary | 10011011 | 11010000 | 1101011 | 11001 | 0 | 110001 | 10010 | 1011011 | 110100 | 111110 |
Color Harmonies of #9BD06B
Complementary color
Monochromatic Colors of #9BD06B
Black with #9BD06B
Text Example
Text Example
White with #9BD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD06B; }
p { color: rgb(155,208,107); }
H1.HeaderClassName
{
color: #9BD06B;
}
.AnyTagClassName
{
color: #9BD06B;
}
</style>
background-color css
<style>
a { background-color: #9BD06B; }
a { background-color: rgb(155,208,107); }
div.DivClassName
{
background-color: #9BD06B;
}
.BgClassName
{
background-color: #9BD06B;
}
</style>
border-color css
<style>
span { border-color: #9BD06B; }
span { border-color: rgb(155,208,107); }
td.TdClassName
{
border-color: #9BD06B;
}
.TagClassName
{
border-color: #9BD06B;
}
</style>