Shades of Surfie Green #077875
Tints of Surfie Green #077875
RGB
CMYK
RGB Variations
Color information
#077875 (or 0x077875) is known color: Surfie Green. HEX triplet: 07, 78 and 75. RGB value is (7,120,117). Sum of RGB (Red+Green+Blue) = 7+120+117=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #077875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077875 is #F8878A. Grayscale: #555555. Windows color (decimal): -16287627 or 7698439. OLE color: 7698439.
HSL color Cylindrical-coordinate representation of color #077875: hue angle of 178.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077875 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 120 | 117 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.53 |
| HSL | 178.41º | 0.89% | 0.25% | - |
| HSV(B) | 178.41º | 0.94% | 0.47% | - |
| XYZ | 10.01 | 14.76 | 19.15 | - |
| YUV | 85.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 120 | 117 | 0.94 | 0 | 0.02 | 0.53 | 178.41 | 0.89 | 0.25 |
| Hex | 7 | 78 | 75 | 5E | 0 | 2 | 35 | B2 | 59 | 19 |
| Octal | 7 | 170 | 165 | 136 | 0 | 2 | 65 | 262 | 131 | 31 |
| Binary | 111 | 1111000 | 1110101 | 1011110 | 0 | 10 | 110101 | 10110010 | 1011001 | 11001 |
Color Harmonies of #077875
Complementary color
Monochromatic Colors of #077875
Black with #077875
Text Example
Text Example
White with #077875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077875; }
p { color: rgb(7,120,117); }
H1.HeaderClassName
{
color: #077875;
}
.AnyTagClassName
{
color: #077875;
}
</style>
background-color css
<style>
a { background-color: #077875; }
a { background-color: rgb(7,120,117); }
div.DivClassName
{
background-color: #077875;
}
.BgClassName
{
background-color: #077875;
}
</style>
border-color css
<style>
span { border-color: #077875; }
span { border-color: rgb(7,120,117); }
td.TdClassName
{
border-color: #077875;
}
.TagClassName
{
border-color: #077875;
}
</style>