Shades of Surfie Green #0C7875
Tints of Surfie Green #0C7875
RGB
CMYK
RGB Variations
Color information
#0C7875 (or 0x0C7875) is known color: Surfie Green. HEX triplet: 0C, 78 and 75. RGB value is (12,120,117). Sum of RGB (Red+Green+Blue) = 12+120+117=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #0C7875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7875 is #F3878A. Grayscale: #575757. Windows color (decimal): -15959947 or 7698444. OLE color: 7698444.
HSL color Cylindrical-coordinate representation of color #0C7875: hue angle of 178.33º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7875 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 120 | 117 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.53 |
| HSL | 178.33º | 0.82% | 0.26% | - |
| HSV(B) | 178.33º | 0.9% | 0.47% | - |
| XYZ | 10.08 | 14.8 | 19.15 | - |
| YUV | 87.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 117 | 0.90 | 0 | 0.02 | 0.53 | 178.33 | 0.82 | 0.26 |
| Hex | C | 78 | 75 | 5A | 0 | 2 | 35 | B2 | 52 | 1A |
| Octal | 14 | 170 | 165 | 132 | 0 | 2 | 65 | 262 | 122 | 32 |
| Binary | 1100 | 1111000 | 1110101 | 1011010 | 0 | 10 | 110101 | 10110010 | 1010010 | 11010 |
Color Harmonies of #0C7875
Complementary color
Monochromatic Colors of #0C7875
Black with #0C7875
Text Example
Text Example
White with #0C7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7875; }
p { color: rgb(12,120,117); }
H1.HeaderClassName
{
color: #0C7875;
}
.AnyTagClassName
{
color: #0C7875;
}
</style>
background-color css
<style>
a { background-color: #0C7875; }
a { background-color: rgb(12,120,117); }
div.DivClassName
{
background-color: #0C7875;
}
.BgClassName
{
background-color: #0C7875;
}
</style>
border-color css
<style>
span { border-color: #0C7875; }
span { border-color: rgb(12,120,117); }
td.TdClassName
{
border-color: #0C7875;
}
.TagClassName
{
border-color: #0C7875;
}
</style>