Shades of Surfie Green #078175
Tints of Surfie Green #078175
RGB
CMYK
RGB Variations
Color information
#078175 (or 0x078175) is known color: Surfie Green. HEX triplet: 07, 81 and 75. RGB value is (7,129,117). Sum of RGB (Red+Green+Blue) = 7+129+117=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #078175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078175 is #F87E8A. Grayscale: #5B5B5B. Windows color (decimal): -16285323 or 7700743. OLE color: 7700743.
HSL color Cylindrical-coordinate representation of color #078175: hue angle of 174.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078175 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 117 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.49 |
| HSL | 174.1º | 0.9% | 0.27% | - |
| HSV(B) | 174.1º | 0.95% | 0.51% | - |
| XYZ | 11.15 | 17.03 | 19.53 | - |
| YUV | 91.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 117 | 0.95 | 0 | 0.09 | 0.49 | 174.1 | 0.9 | 0.27 |
| Hex | 7 | 81 | 75 | 5F | 0 | 9 | 31 | AE | 5A | 1B |
| Octal | 7 | 201 | 165 | 137 | 0 | 11 | 61 | 256 | 132 | 33 |
| Binary | 111 | 10000001 | 1110101 | 1011111 | 0 | 1001 | 110001 | 10101110 | 1011010 | 11011 |
Color Harmonies of #078175
Complementary color
Monochromatic Colors of #078175
Black with #078175
Text Example
Text Example
White with #078175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078175; }
p { color: rgb(7,129,117); }
H1.HeaderClassName
{
color: #078175;
}
.AnyTagClassName
{
color: #078175;
}
</style>
background-color css
<style>
a { background-color: #078175; }
a { background-color: rgb(7,129,117); }
div.DivClassName
{
background-color: #078175;
}
.BgClassName
{
background-color: #078175;
}
</style>
border-color css
<style>
span { border-color: #078175; }
span { border-color: rgb(7,129,117); }
td.TdClassName
{
border-color: #078175;
}
.TagClassName
{
border-color: #078175;
}
</style>