Shades of Jade #07B277
Tints of Jade #07B277
RGB
CMYK
RGB Variations
Color information
#07B277 (or 0x07B277) is known color: Jade. HEX triplet: 07, B2 and 77. RGB value is (7,178,119). Sum of RGB (Red+Green+Blue) = 7+178+119=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #07B277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B277 is #F84D88. Grayscale: #787878. Windows color (decimal): -16272777 or 7844359. OLE color: 7844359.
HSL color Cylindrical-coordinate representation of color #07B277: hue angle of 159.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B277 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 178 | 119 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.30 |
| HSL | 159.3º | 0.92% | 0.36% | - |
| HSV(B) | 159.3º | 0.96% | 0.7% | - |
| XYZ | 19.34 | 33.22 | 22.85 | - |
| YUV | 120.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 178 | 119 | 0.96 | 0 | 0.33 | 0.30 | 159.3 | 0.92 | 0.36 |
| Hex | 7 | B2 | 77 | 60 | 0 | 21 | 1E | 9F | 5C | 24 |
| Octal | 7 | 262 | 167 | 140 | 0 | 41 | 36 | 237 | 134 | 44 |
| Binary | 111 | 10110010 | 1110111 | 1100000 | 0 | 100001 | 11110 | 10011111 | 1011100 | 100100 |
Color Harmonies of #07B277
Complementary color
Monochromatic Colors of #07B277
Black with #07B277
Text Example
Text Example
White with #07B277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B277; }
p { color: rgb(7,178,119); }
H1.HeaderClassName
{
color: #07B277;
}
.AnyTagClassName
{
color: #07B277;
}
</style>
background-color css
<style>
a { background-color: #07B277; }
a { background-color: rgb(7,178,119); }
div.DivClassName
{
background-color: #07B277;
}
.BgClassName
{
background-color: #07B277;
}
</style>
border-color css
<style>
span { border-color: #07B277; }
span { border-color: rgb(7,178,119); }
td.TdClassName
{
border-color: #07B277;
}
.TagClassName
{
border-color: #07B277;
}
</style>