Shades of Jewel #07693C
Tints of Jewel #07693C
RGB
CMYK
RGB Variations
Color information
#07693C (or 0x07693C) is known color: Jewel. HEX triplet: 07, 69 and 3C. RGB value is (7,105,60). Sum of RGB (Red+Green+Blue) = 7+105+60=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #07693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07693C is #F896C3. Grayscale: #464646. Windows color (decimal): -16291524 or 3959047. OLE color: 3959047.
HSL color Cylindrical-coordinate representation of color #07693C: hue angle of 152.45º 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 #07693C is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 60 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.59 |
| HSL | 152.45º | 0.88% | 0.22% | - |
| HSV(B) | 152.45º | 0.93% | 0.41% | - |
| XYZ | 5.95 | 10.47 | 5.98 | - |
| YUV | 70.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 60 | 0.93 | 0 | 0.43 | 0.59 | 152.45 | 0.88 | 0.22 |
| Hex | 7 | 69 | 3C | 5D | 0 | 2B | 3B | 98 | 58 | 16 |
| Octal | 7 | 151 | 74 | 135 | 0 | 53 | 73 | 230 | 130 | 26 |
| Binary | 111 | 1101001 | 111100 | 1011101 | 0 | 101011 | 111011 | 10011000 | 1011000 | 10110 |
Color Harmonies of #07693C
Complementary color
Monochromatic Colors of #07693C
Black with #07693C
Text Example
Text Example
White with #07693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07693C; }
p { color: rgb(7,105,60); }
H1.HeaderClassName
{
color: #07693C;
}
.AnyTagClassName
{
color: #07693C;
}
</style>
background-color css
<style>
a { background-color: #07693C; }
a { background-color: rgb(7,105,60); }
div.DivClassName
{
background-color: #07693C;
}
.BgClassName
{
background-color: #07693C;
}
</style>
border-color css
<style>
span { border-color: #07693C; }
span { border-color: rgb(7,105,60); }
td.TdClassName
{
border-color: #07693C;
}
.TagClassName
{
border-color: #07693C;
}
</style>