Shades of Surfie Green #0C7679
Tints of Surfie Green #0C7679
RGB
CMYK
RGB Variations
Color information
#0C7679 (or 0x0C7679) is known color: Surfie Green. HEX triplet: 0C, 76 and 79. RGB value is (12,118,121). Sum of RGB (Red+Green+Blue) = 12+118+121=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C7679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7679 is #F38986. Grayscale: #565656. Windows color (decimal): -15960455 or 7960076. OLE color: 7960076.
HSL color Cylindrical-coordinate representation of color #0C7679: hue angle of 181.65º 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 #0C7679 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 118 | 121 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.53 |
| HSL | 181.65º | 0.82% | 0.26% | - |
| HSV(B) | 181.65º | 0.9% | 0.47% | - |
| XYZ | 10.08 | 14.42 | 20.34 | - |
| YUV | 86.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 121 | 0.90 | 0.02 | 0 | 0.53 | 181.65 | 0.82 | 0.26 |
| Hex | C | 76 | 79 | 5A | 2 | 0 | 35 | B6 | 52 | 1A |
| Octal | 14 | 166 | 171 | 132 | 2 | 0 | 65 | 266 | 122 | 32 |
| Binary | 1100 | 1110110 | 1111001 | 1011010 | 10 | 0 | 110101 | 10110110 | 1010010 | 11010 |
Color Harmonies of #0C7679
Complementary color
Monochromatic Colors of #0C7679
Black with #0C7679
Text Example
Text Example
White with #0C7679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7679; }
p { color: rgb(12,118,121); }
H1.HeaderClassName
{
color: #0C7679;
}
.AnyTagClassName
{
color: #0C7679;
}
</style>
background-color css
<style>
a { background-color: #0C7679; }
a { background-color: rgb(12,118,121); }
div.DivClassName
{
background-color: #0C7679;
}
.BgClassName
{
background-color: #0C7679;
}
</style>
border-color css
<style>
span { border-color: #0C7679; }
span { border-color: rgb(12,118,121); }
td.TdClassName
{
border-color: #0C7679;
}
.TagClassName
{
border-color: #0C7679;
}
</style>