Shades of Jewel #07683C
Tints of Jewel #07683C
RGB
CMYK
RGB Variations
Color information
#07683C (or 0x07683C) is known color: Jewel. HEX triplet: 07, 68 and 3C. RGB value is (7,104,60). Sum of RGB (Red+Green+Blue) = 7+104+60=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #07683C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07683C is #F897C3. Grayscale: #464646. Windows color (decimal): -16291780 or 3958791. OLE color: 3958791.
HSL color Cylindrical-coordinate representation of color #07683C: hue angle of 152.78º degrees, saturation: 0.87, 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 #07683C is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 60 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.59 |
| HSL | 152.78º | 0.87% | 0.22% | - |
| HSV(B) | 152.78º | 0.93% | 0.41% | - |
| XYZ | 5.85 | 10.27 | 5.95 | - |
| YUV | 69.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 60 | 0.93 | 0 | 0.42 | 0.59 | 152.78 | 0.87 | 0.22 |
| Hex | 7 | 68 | 3C | 5D | 0 | 2A | 3B | 99 | 57 | 16 |
| Octal | 7 | 150 | 74 | 135 | 0 | 52 | 73 | 231 | 127 | 26 |
| Binary | 111 | 1101000 | 111100 | 1011101 | 0 | 101010 | 111011 | 10011001 | 1010111 | 10110 |
Color Harmonies of #07683C
Complementary color
Monochromatic Colors of #07683C
Black with #07683C
Text Example
Text Example
White with #07683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07683C; }
p { color: rgb(7,104,60); }
H1.HeaderClassName
{
color: #07683C;
}
.AnyTagClassName
{
color: #07683C;
}
</style>
background-color css
<style>
a { background-color: #07683C; }
a { background-color: rgb(7,104,60); }
div.DivClassName
{
background-color: #07683C;
}
.BgClassName
{
background-color: #07683C;
}
</style>
border-color css
<style>
span { border-color: #07683C; }
span { border-color: rgb(7,104,60); }
td.TdClassName
{
border-color: #07683C;
}
.TagClassName
{
border-color: #07683C;
}
</style>