Shades of Crete #787B2F
Tints of Crete #787B2F
RGB
CMYK
RGB Variations
Color information
#787B2F (or 0x787B2F) is known color: Crete. HEX triplet: 78, 7B and 2F. RGB value is (120,123,47). Sum of RGB (Red+Green+Blue) = 120+123+47=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #787B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787B2F is #8784D0. Grayscale: #717171. Windows color (decimal): -8881361 or 3111800. OLE color: 3111800.
HSL color Cylindrical-coordinate representation of color #787B2F: hue angle of 62.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #787B2F is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 123 | 47 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.52 |
| HSL | 62.37º | 0.45% | 0.33% | - |
| HSV(B) | 62.37º | 0.62% | 0.48% | - |
| XYZ | 15.34 | 18.36 | 5.43 | - |
| YUV | 113.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 47 | 0.02 | 0 | 0.62 | 0.52 | 62.37 | 0.45 | 0.33 |
| Hex | 78 | 7B | 2F | 2 | 0 | 3E | 34 | 3E | 2D | 21 |
| Octal | 170 | 173 | 57 | 2 | 0 | 76 | 64 | 76 | 55 | 41 |
| Binary | 1111000 | 1111011 | 101111 | 10 | 0 | 111110 | 110100 | 111110 | 101101 | 100001 |
Color Harmonies of #787B2F
Complementary color
Monochromatic Colors of #787B2F
Black with #787B2F
Text Example
Text Example
White with #787B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B2F; }
p { color: rgb(120,123,47); }
H1.HeaderClassName
{
color: #787B2F;
}
.AnyTagClassName
{
color: #787B2F;
}
</style>
background-color css
<style>
a { background-color: #787B2F; }
a { background-color: rgb(120,123,47); }
div.DivClassName
{
background-color: #787B2F;
}
.BgClassName
{
background-color: #787B2F;
}
</style>
border-color css
<style>
span { border-color: #787B2F; }
span { border-color: rgb(120,123,47); }
td.TdClassName
{
border-color: #787B2F;
}
.TagClassName
{
border-color: #787B2F;
}
</style>