Shades of Jewel #00763D
Tints of Jewel #00763D
RGB
CMYK
RGB Variations
Color information
#00763D (or 0x00763D) is known color: Jewel. HEX triplet: 00, 76 and 3D. RGB value is (0,118,61). Sum of RGB (Red+Green+Blue) = 0+118+61=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #00763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00763D is #FF89C2. Grayscale: #4C4C4C. Windows color (decimal): -16746947 or 4027904. OLE color: 4027904.
HSL color Cylindrical-coordinate representation of color #00763D: hue angle of 151.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00763D is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 61 | - |
| CMYK | 1 | 0 | 0.48 | 0.54 |
| HSL | 151.02º | 1% | 0.23% | - |
| HSV(B) | 151.02º | 1% | 0.46% | - |
| XYZ | 7.32 | 13.29 | 6.59 | - |
| YUV | 76.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 61 | 1 | 0 | 0.48 | 0.54 | 151.02 | 1 | 0.23 |
| Hex | 0 | 76 | 3D | 64 | 0 | 30 | 36 | 97 | 64 | 17 |
| Octal | 0 | 166 | 75 | 144 | 0 | 60 | 66 | 227 | 144 | 27 |
| Binary | 0 | 1110110 | 111101 | 1100100 | 0 | 110000 | 110110 | 10010111 | 1100100 | 10111 |
Color Harmonies of #00763D
Complementary color
Monochromatic Colors of #00763D
Black with #00763D
Text Example
Text Example
White with #00763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00763D; }
p { color: rgb(0,118,61); }
H1.HeaderClassName
{
color: #00763D;
}
.AnyTagClassName
{
color: #00763D;
}
</style>
background-color css
<style>
a { background-color: #00763D; }
a { background-color: rgb(0,118,61); }
div.DivClassName
{
background-color: #00763D;
}
.BgClassName
{
background-color: #00763D;
}
</style>
border-color css
<style>
span { border-color: #00763D; }
span { border-color: rgb(0,118,61); }
td.TdClassName
{
border-color: #00763D;
}
.TagClassName
{
border-color: #00763D;
}
</style>