Shades of Jewel #07633E
Tints of Jewel #07633E
RGB
CMYK
RGB Variations
Color information
#07633E (or 0x07633E) is known color: Jewel. HEX triplet: 07, 63 and 3E. RGB value is (7,99,62). Sum of RGB (Red+Green+Blue) = 7+99+62=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #07633E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07633E is #F89CC1. Grayscale: #434343. Windows color (decimal): -16293058 or 4088583. OLE color: 4088583.
HSL color Cylindrical-coordinate representation of color #07633E: hue angle of 155.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07633E is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 62 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.61 |
| HSL | 155.87º | 0.87% | 0.21% | - |
| HSV(B) | 155.87º | 0.93% | 0.39% | - |
| XYZ | 5.42 | 9.32 | 6.07 | - |
| YUV | 67.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 62 | 0.93 | 0 | 0.37 | 0.61 | 155.87 | 0.87 | 0.21 |
| Hex | 7 | 63 | 3E | 5D | 0 | 25 | 3D | 9C | 57 | 15 |
| Octal | 7 | 143 | 76 | 135 | 0 | 45 | 75 | 234 | 127 | 25 |
| Binary | 111 | 1100011 | 111110 | 1011101 | 0 | 100101 | 111101 | 10011100 | 1010111 | 10101 |
Color Harmonies of #07633E
Complementary color
Monochromatic Colors of #07633E
Black with #07633E
Text Example
Text Example
White with #07633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07633E; }
p { color: rgb(7,99,62); }
H1.HeaderClassName
{
color: #07633E;
}
.AnyTagClassName
{
color: #07633E;
}
</style>
background-color css
<style>
a { background-color: #07633E; }
a { background-color: rgb(7,99,62); }
div.DivClassName
{
background-color: #07633E;
}
.BgClassName
{
background-color: #07633E;
}
</style>
border-color css
<style>
span { border-color: #07633E; }
span { border-color: rgb(7,99,62); }
td.TdClassName
{
border-color: #07633E;
}
.TagClassName
{
border-color: #07633E;
}
</style>