Shades of Crete #757A33
Tints of Crete #757A33
RGB
CMYK
RGB Variations
Color information
#757A33 (or 0x757A33) is known color: Crete. HEX triplet: 75, 7A and 33. RGB value is (117,122,51). Sum of RGB (Red+Green+Blue) = 117+122+51=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #757A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A33 is #8A85CC. Grayscale: #707070. Windows color (decimal): -9078221 or 3373685. OLE color: 3373685.
HSL color Cylindrical-coordinate representation of color #757A33: hue angle of 64.23º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #757A33 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 51 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.52 |
| HSL | 64.23º | 0.41% | 0.34% | - |
| HSV(B) | 64.23º | 0.58% | 0.48% | - |
| XYZ | 14.89 | 17.94 | 5.81 | - |
| YUV | 112.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 51 | 0.04 | 0 | 0.58 | 0.52 | 64.23 | 0.41 | 0.34 |
| Hex | 75 | 7A | 33 | 4 | 0 | 3A | 34 | 40 | 29 | 22 |
| Octal | 165 | 172 | 63 | 4 | 0 | 72 | 64 | 100 | 51 | 42 |
| Binary | 1110101 | 1111010 | 110011 | 100 | 0 | 111010 | 110100 | 1000000 | 101001 | 100010 |
Color Harmonies of #757A33
Complementary color
Monochromatic Colors of #757A33
Black with #757A33
Text Example
Text Example
White with #757A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A33; }
p { color: rgb(117,122,51); }
H1.HeaderClassName
{
color: #757A33;
}
.AnyTagClassName
{
color: #757A33;
}
</style>
background-color css
<style>
a { background-color: #757A33; }
a { background-color: rgb(117,122,51); }
div.DivClassName
{
background-color: #757A33;
}
.BgClassName
{
background-color: #757A33;
}
</style>
border-color css
<style>
span { border-color: #757A33; }
span { border-color: rgb(117,122,51); }
td.TdClassName
{
border-color: #757A33;
}
.TagClassName
{
border-color: #757A33;
}
</style>