Shades of Crete #75783C
Tints of Crete #75783C
RGB
CMYK
RGB Variations
Color information
#75783C (or 0x75783C) is known color: Crete. HEX triplet: 75, 78 and 3C. RGB value is (117,120,60). Sum of RGB (Red+Green+Blue) = 117+120+60=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #75783C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783C is #8A87C3. Grayscale: #707070. Windows color (decimal): -9078724 or 3962997. OLE color: 3962997.
HSL color Cylindrical-coordinate representation of color #75783C: hue angle of 63º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75783C is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 60 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.53 |
| HSL | 63º | 0.33% | 0.35% | - |
| HSV(B) | 63º | 0.5% | 0.47% | - |
| XYZ | 14.87 | 17.54 | 6.88 | - |
| YUV | 112.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 60 | 0.02 | 0 | 0.5 | 0.53 | 63 | 0.33 | 0.35 |
| Hex | 75 | 78 | 3C | 2 | 0 | 32 | 35 | 3F | 21 | 23 |
| Octal | 165 | 170 | 74 | 2 | 0 | 62 | 65 | 77 | 41 | 43 |
| Binary | 1110101 | 1111000 | 111100 | 10 | 0 | 110010 | 110101 | 111111 | 100001 | 100011 |
Color Harmonies of #75783C
Complementary color
Monochromatic Colors of #75783C
Black with #75783C
Text Example
Text Example
White with #75783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75783C; }
p { color: rgb(117,120,60); }
H1.HeaderClassName
{
color: #75783C;
}
.AnyTagClassName
{
color: #75783C;
}
</style>
background-color css
<style>
a { background-color: #75783C; }
a { background-color: rgb(117,120,60); }
div.DivClassName
{
background-color: #75783C;
}
.BgClassName
{
background-color: #75783C;
}
</style>
border-color css
<style>
span { border-color: #75783C; }
span { border-color: rgb(117,120,60); }
td.TdClassName
{
border-color: #75783C;
}
.TagClassName
{
border-color: #75783C;
}
</style>