Shades of Crete #75783F
Tints of Crete #75783F
RGB
CMYK
RGB Variations
Color information
#75783F (or 0x75783F) is known color: Crete. HEX triplet: 75, 78 and 3F. RGB value is (117,120,63). Sum of RGB (Red+Green+Blue) = 117+120+63=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #75783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783F is #8A87C0. Grayscale: #707070. Windows color (decimal): -9078721 or 4159605. OLE color: 4159605.
HSL color Cylindrical-coordinate representation of color #75783F: hue angle of 63.16º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75783F is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 63 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.53 |
| HSL | 63.16º | 0.31% | 0.36% | - |
| HSV(B) | 63.16º | 0.48% | 0.47% | - |
| XYZ | 14.95 | 17.57 | 7.31 | - |
| YUV | 112.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 63 | 0.02 | 0 | 0.48 | 0.53 | 63.16 | 0.31 | 0.36 |
| Hex | 75 | 78 | 3F | 2 | 0 | 30 | 35 | 3F | 1F | 24 |
| Octal | 165 | 170 | 77 | 2 | 0 | 60 | 65 | 77 | 37 | 44 |
| Binary | 1110101 | 1111000 | 111111 | 10 | 0 | 110000 | 110101 | 111111 | 11111 | 100100 |
Color Harmonies of #75783F
Complementary color
Monochromatic Colors of #75783F
Black with #75783F
Text Example
Text Example
White with #75783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75783F; }
p { color: rgb(117,120,63); }
H1.HeaderClassName
{
color: #75783F;
}
.AnyTagClassName
{
color: #75783F;
}
</style>
background-color css
<style>
a { background-color: #75783F; }
a { background-color: rgb(117,120,63); }
div.DivClassName
{
background-color: #75783F;
}
.BgClassName
{
background-color: #75783F;
}
</style>
border-color css
<style>
span { border-color: #75783F; }
span { border-color: rgb(117,120,63); }
td.TdClassName
{
border-color: #75783F;
}
.TagClassName
{
border-color: #75783F;
}
</style>