Shades of Jade #03B77B
Tints of Jade #03B77B
RGB
CMYK
RGB Variations
Color information
#03B77B (or 0x03B77B) is known color: Jade. HEX triplet: 03, B7 and 7B. RGB value is (3,183,123). Sum of RGB (Red+Green+Blue) = 3+183+123=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #03B77B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B77B is #FC4884. Grayscale: #7A7A7A. Windows color (decimal): -16533637 or 8107779. OLE color: 8107779.
HSL color Cylindrical-coordinate representation of color #03B77B: hue angle of 160º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B77B is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 123 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.28 |
| HSL | 160º | 0.97% | 0.36% | - |
| HSV(B) | 160º | 0.98% | 0.72% | - |
| XYZ | 20.55 | 35.32 | 24.47 | - |
| YUV | 122.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 123 | 0.98 | 0 | 0.33 | 0.28 | 160 | 0.97 | 0.36 |
| Hex | 3 | B7 | 7B | 62 | 0 | 21 | 1C | A0 | 61 | 24 |
| Octal | 3 | 267 | 173 | 142 | 0 | 41 | 34 | 240 | 141 | 44 |
| Binary | 11 | 10110111 | 1111011 | 1100010 | 0 | 100001 | 11100 | 10100000 | 1100001 | 100100 |
Color Harmonies of #03B77B
Complementary color
Monochromatic Colors of #03B77B
Black with #03B77B
Text Example
Text Example
White with #03B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B77B; }
p { color: rgb(3,183,123); }
H1.HeaderClassName
{
color: #03B77B;
}
.AnyTagClassName
{
color: #03B77B;
}
</style>
background-color css
<style>
a { background-color: #03B77B; }
a { background-color: rgb(3,183,123); }
div.DivClassName
{
background-color: #03B77B;
}
.BgClassName
{
background-color: #03B77B;
}
</style>
border-color css
<style>
span { border-color: #03B77B; }
span { border-color: rgb(3,183,123); }
td.TdClassName
{
border-color: #03B77B;
}
.TagClassName
{
border-color: #03B77B;
}
</style>