Shades of Jewel #07693F
Tints of Jewel #07693F
RGB
CMYK
RGB Variations
Color information
#07693F (or 0x07693F) is known color: Jewel. HEX triplet: 07, 69 and 3F. RGB value is (7,105,63). Sum of RGB (Red+Green+Blue) = 7+105+63=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #07693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693F is #F896C0. Grayscale: #464646. Windows color (decimal): -16291521 or 4155655. OLE color: 4155655.
HSL color Cylindrical-coordinate representation of color #07693F: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07693F is Cyan = 0.93, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 63 | - |
| CMYK | 0.93 | 0 | 0.4 | 0.59 |
| HSL | 154.29º | 0.88% | 0.22% | - |
| HSV(B) | 154.29º | 0.93% | 0.41% | - |
| XYZ | 6.04 | 10.51 | 6.41 | - |
| YUV | 70.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 63 | 0.93 | 0 | 0.4 | 0.59 | 154.29 | 0.88 | 0.22 |
| Hex | 7 | 69 | 3F | 5D | 0 | 28 | 3B | 9A | 58 | 16 |
| Octal | 7 | 151 | 77 | 135 | 0 | 50 | 73 | 232 | 130 | 26 |
| Binary | 111 | 1101001 | 111111 | 1011101 | 0 | 101000 | 111011 | 10011010 | 1011000 | 10110 |
Color Harmonies of #07693F
Complementary color
Monochromatic Colors of #07693F
Black with #07693F
Text Example
Text Example
White with #07693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07693F; }
p { color: rgb(7,105,63); }
H1.HeaderClassName
{
color: #07693F;
}
.AnyTagClassName
{
color: #07693F;
}
</style>
background-color css
<style>
a { background-color: #07693F; }
a { background-color: rgb(7,105,63); }
div.DivClassName
{
background-color: #07693F;
}
.BgClassName
{
background-color: #07693F;
}
</style>
border-color css
<style>
span { border-color: #07693F; }
span { border-color: rgb(7,105,63); }
td.TdClassName
{
border-color: #07693F;
}
.TagClassName
{
border-color: #07693F;
}
</style>