Shades of Mountain Meadow #0BCB7B
Tints of Mountain Meadow #0BCB7B
RGB
CMYK
RGB Variations
Color information
#0BCB7B (or 0x0BCB7B) is known color: Mountain Meadow. HEX triplet: 0B, CB and 7B. RGB value is (11,203,123). Sum of RGB (Red+Green+Blue) = 11+203+123=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BCB7B is #F43484. Grayscale: #888888. Windows color (decimal): -16004229 or 8112907. OLE color: 8112907.
HSL color Cylindrical-coordinate representation of color #0BCB7B: hue angle of 155º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCB7B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 123 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.20 |
| HSL | 155º | 0.9% | 0.42% | - |
| HSV(B) | 155º | 0.95% | 0.8% | - |
| XYZ | 25.07 | 44.21 | 25.95 | - |
| YUV | 136.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 123 | 0.95 | 0 | 0.39 | 0.20 | 155 | 0.9 | 0.42 |
| Hex | B | CB | 7B | 5F | 0 | 27 | 14 | 9B | 5A | 2A |
| Octal | 13 | 313 | 173 | 137 | 0 | 47 | 24 | 233 | 132 | 52 |
| Binary | 1011 | 11001011 | 1111011 | 1011111 | 0 | 100111 | 10100 | 10011011 | 1011010 | 101010 |
Color Harmonies of #0BCB7B
Complementary color
Monochromatic Colors of #0BCB7B
Black with #0BCB7B
Text Example
Text Example
White with #0BCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCB7B; }
p { color: rgb(11,203,123); }
H1.HeaderClassName
{
color: #0BCB7B;
}
.AnyTagClassName
{
color: #0BCB7B;
}
</style>
background-color css
<style>
a { background-color: #0BCB7B; }
a { background-color: rgb(11,203,123); }
div.DivClassName
{
background-color: #0BCB7B;
}
.BgClassName
{
background-color: #0BCB7B;
}
</style>
border-color css
<style>
span { border-color: #0BCB7B; }
span { border-color: rgb(11,203,123); }
td.TdClassName
{
border-color: #0BCB7B;
}
.TagClassName
{
border-color: #0BCB7B;
}
</style>