Shades of Jade #07B06C
Tints of Jade #07B06C
RGB
CMYK
RGB Variations
Color information
#07B06C (or 0x07B06C) is known color: Jade. HEX triplet: 07, B0 and 6C. RGB value is (7,176,108). Sum of RGB (Red+Green+Blue) = 7+176+108=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #07B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07B06C is #F84F93. Grayscale: #757575. Windows color (decimal): -16273300 or 7122951. OLE color: 7122951.
HSL color Cylindrical-coordinate representation of color #07B06C: hue angle of 155.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B06C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 176 | 108 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.31 |
| HSL | 155.86º | 0.92% | 0.36% | - |
| HSV(B) | 155.86º | 0.96% | 0.69% | - |
| XYZ | 18.32 | 32.18 | 19.43 | - |
| YUV | 117.72 | 122.51 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 176 | 108 | 0.96 | 0 | 0.39 | 0.31 | 155.86 | 0.92 | 0.36 |
| Hex | 7 | B0 | 6C | 60 | 0 | 27 | 1F | 9C | 5C | 24 |
| Octal | 7 | 260 | 154 | 140 | 0 | 47 | 37 | 234 | 134 | 44 |
| Binary | 111 | 10110000 | 1101100 | 1100000 | 0 | 100111 | 11111 | 10011100 | 1011100 | 100100 |
Color Harmonies of #07B06C
Complementary color
Monochromatic Colors of #07B06C
Black with #07B06C
Text Example
Text Example
White with #07B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B06C; }
p { color: rgb(7,176,108); }
H1.HeaderClassName
{
color: #07B06C;
}
.AnyTagClassName
{
color: #07B06C;
}
</style>
background-color css
<style>
a { background-color: #07B06C; }
a { background-color: rgb(7,176,108); }
div.DivClassName
{
background-color: #07B06C;
}
.BgClassName
{
background-color: #07B06C;
}
</style>
border-color css
<style>
span { border-color: #07B06C; }
span { border-color: rgb(7,176,108); }
td.TdClassName
{
border-color: #07B06C;
}
.TagClassName
{
border-color: #07B06C;
}
</style>