Shades of Crete #73733B
Tints of Crete #73733B
RGB
CMYK
RGB Variations
Color information
#73733B (or 0x73733B) is known color: Crete. HEX triplet: 73, 73 and 3B. RGB value is (115,115,59). Sum of RGB (Red+Green+Blue) = 115+115+59=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73733B is #8C8CC4. Grayscale: #6C6C6C. Windows color (decimal): -9211077 or 3896179. OLE color: 3896179.
HSL color Cylindrical-coordinate representation of color #73733B: hue angle of 60º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73733B is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 59 | - |
| CMYK | 0 | 0 | 0.49 | 0.55 |
| HSL | 60º | 0.32% | 0.34% | - |
| HSV(B) | 60º | 0.49% | 0.45% | - |
| XYZ | 13.99 | 16.22 | 6.53 | - |
| YUV | 108.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 59 | 0 | 0 | 0.49 | 0.55 | 60 | 0.32 | 0.34 |
| Hex | 73 | 73 | 3B | 0 | 0 | 31 | 37 | 3C | 20 | 22 |
| Octal | 163 | 163 | 73 | 0 | 0 | 61 | 67 | 74 | 40 | 42 |
| Binary | 1110011 | 1110011 | 111011 | 0 | 0 | 110001 | 110111 | 111100 | 100000 | 100010 |
Color Harmonies of #73733B
Complementary color
Monochromatic Colors of #73733B
Black with #73733B
Text Example
Text Example
White with #73733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73733B; }
p { color: rgb(115,115,59); }
H1.HeaderClassName
{
color: #73733B;
}
.AnyTagClassName
{
color: #73733B;
}
</style>
background-color css
<style>
a { background-color: #73733B; }
a { background-color: rgb(115,115,59); }
div.DivClassName
{
background-color: #73733B;
}
.BgClassName
{
background-color: #73733B;
}
</style>
border-color css
<style>
span { border-color: #73733B; }
span { border-color: rgb(115,115,59); }
td.TdClassName
{
border-color: #73733B;
}
.TagClassName
{
border-color: #73733B;
}
</style>