Shades of Jewel #07683F
Tints of Jewel #07683F
RGB
CMYK
RGB Variations
Color information
#07683F (or 0x07683F) is known color: Jewel. HEX triplet: 07, 68 and 3F. RGB value is (7,104,63). Sum of RGB (Red+Green+Blue) = 7+104+63=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #07683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07683F is #F897C0. Grayscale: #464646. Windows color (decimal): -16291777 or 4155399. OLE color: 4155399.
HSL color Cylindrical-coordinate representation of color #07683F: hue angle of 154.64º 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 #07683F is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 63 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.59 |
| HSL | 154.64º | 0.87% | 0.22% | - |
| HSV(B) | 154.64º | 0.93% | 0.41% | - |
| XYZ | 5.94 | 10.3 | 6.38 | - |
| YUV | 70.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 63 | 0.93 | 0 | 0.39 | 0.59 | 154.64 | 0.87 | 0.22 |
| Hex | 7 | 68 | 3F | 5D | 0 | 27 | 3B | 9B | 57 | 16 |
| Octal | 7 | 150 | 77 | 135 | 0 | 47 | 73 | 233 | 127 | 26 |
| Binary | 111 | 1101000 | 111111 | 1011101 | 0 | 100111 | 111011 | 10011011 | 1010111 | 10110 |
Color Harmonies of #07683F
Complementary color
Monochromatic Colors of #07683F
Black with #07683F
Text Example
Text Example
White with #07683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07683F; }
p { color: rgb(7,104,63); }
H1.HeaderClassName
{
color: #07683F;
}
.AnyTagClassName
{
color: #07683F;
}
</style>
background-color css
<style>
a { background-color: #07683F; }
a { background-color: rgb(7,104,63); }
div.DivClassName
{
background-color: #07683F;
}
.BgClassName
{
background-color: #07683F;
}
</style>
border-color css
<style>
span { border-color: #07683F; }
span { border-color: rgb(7,104,63); }
td.TdClassName
{
border-color: #07683F;
}
.TagClassName
{
border-color: #07683F;
}
</style>