Shades of Dark Sea Green #9BB69B
Tints of Dark Sea Green #9BB69B
RGB
CMYK
RGB Variations
Color information
#9BB69B (or 0x9BB69B) is known color: Dark Sea Green. HEX triplet: 9B, B6 and 9B. RGB value is (155,182,155). Sum of RGB (Red+Green+Blue) = 155+182+155=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB69B is #644964. Grayscale: #AAAAAA. Windows color (decimal): -6572389 or 10204827. OLE color: 10204827.
HSL color Cylindrical-coordinate representation of color #9BB69B: hue angle of 120º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB69B is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 182 | 155 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.29 |
| HSL | 120º | 0.16% | 0.66% | - |
| HSV(B) | 120º | 0.15% | 0.71% | - |
| XYZ | 36.16 | 42.79 | 37.36 | - |
| YUV | 170.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 155 | 0.15 | 0 | 0.15 | 0.29 | 120 | 0.16 | 0.66 |
| Hex | 9B | B6 | 9B | F | 0 | F | 1D | 78 | 10 | 42 |
| Octal | 233 | 266 | 233 | 17 | 0 | 17 | 35 | 170 | 20 | 102 |
| Binary | 10011011 | 10110110 | 10011011 | 1111 | 0 | 1111 | 11101 | 1111000 | 10000 | 1000010 |
Color Harmonies of #9BB69B
Complementary color
Monochromatic Colors of #9BB69B
Black with #9BB69B
Text Example
Text Example
White with #9BB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB69B; }
p { color: rgb(155,182,155); }
H1.HeaderClassName
{
color: #9BB69B;
}
.AnyTagClassName
{
color: #9BB69B;
}
</style>
background-color css
<style>
a { background-color: #9BB69B; }
a { background-color: rgb(155,182,155); }
div.DivClassName
{
background-color: #9BB69B;
}
.BgClassName
{
background-color: #9BB69B;
}
</style>
border-color css
<style>
span { border-color: #9BB69B; }
span { border-color: rgb(155,182,155); }
td.TdClassName
{
border-color: #9BB69B;
}
.TagClassName
{
border-color: #9BB69B;
}
</style>