Shades of Crete #73783B
Tints of Crete #73783B
RGB
CMYK
RGB Variations
Color information
#73783B (or 0x73783B) is known color: Crete. HEX triplet: 73, 78 and 3B. RGB value is (115,120,59). Sum of RGB (Red+Green+Blue) = 115+120+59=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #73783B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73783B is #8C87C4. Grayscale: #6F6F6F. Windows color (decimal): -9209797 or 3897459. OLE color: 3897459.
HSL color Cylindrical-coordinate representation of color #73783B: hue angle of 64.92º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73783B is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 59 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.53 |
| HSL | 64.92º | 0.34% | 0.35% | - |
| HSV(B) | 64.92º | 0.51% | 0.47% | - |
| XYZ | 14.58 | 17.39 | 6.73 | - |
| YUV | 111.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 59 | 0.04 | 0 | 0.51 | 0.53 | 64.92 | 0.34 | 0.35 |
| Hex | 73 | 78 | 3B | 4 | 0 | 33 | 35 | 41 | 22 | 23 |
| Octal | 163 | 170 | 73 | 4 | 0 | 63 | 65 | 101 | 42 | 43 |
| Binary | 1110011 | 1111000 | 111011 | 100 | 0 | 110011 | 110101 | 1000001 | 100010 | 100011 |
Color Harmonies of #73783B
Complementary color
Monochromatic Colors of #73783B
Black with #73783B
Text Example
Text Example
White with #73783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73783B; }
p { color: rgb(115,120,59); }
H1.HeaderClassName
{
color: #73783B;
}
.AnyTagClassName
{
color: #73783B;
}
</style>
background-color css
<style>
a { background-color: #73783B; }
a { background-color: rgb(115,120,59); }
div.DivClassName
{
background-color: #73783B;
}
.BgClassName
{
background-color: #73783B;
}
</style>
border-color css
<style>
span { border-color: #73783B; }
span { border-color: rgb(115,120,59); }
td.TdClassName
{
border-color: #73783B;
}
.TagClassName
{
border-color: #73783B;
}
</style>