Shades of Surfie Green #0C777D
Tints of Surfie Green #0C777D
RGB
CMYK
RGB Variations
Color information
#0C777D (or 0x0C777D) is known color: Surfie Green. HEX triplet: 0C, 77 and 7D. RGB value is (12,119,125). Sum of RGB (Red+Green+Blue) = 12+119+125=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C777D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C777D is #F38882. Grayscale: #575757. Windows color (decimal): -15960195 or 8222476. OLE color: 8222476.
HSL color Cylindrical-coordinate representation of color #0C777D: hue angle of 183.19º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C777D is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 119 | 125 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.51 |
| HSL | 183.19º | 0.82% | 0.27% | - |
| HSV(B) | 183.19º | 0.9% | 0.49% | - |
| XYZ | 10.45 | 14.75 | 21.7 | - |
| YUV | 87.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 125 | 0.90 | 0.05 | 0 | 0.51 | 183.19 | 0.82 | 0.27 |
| Hex | C | 77 | 7D | 5A | 5 | 0 | 33 | B7 | 52 | 1B |
| Octal | 14 | 167 | 175 | 132 | 5 | 0 | 63 | 267 | 122 | 33 |
| Binary | 1100 | 1110111 | 1111101 | 1011010 | 101 | 0 | 110011 | 10110111 | 1010010 | 11011 |
Color Harmonies of #0C777D
Complementary color
Monochromatic Colors of #0C777D
Black with #0C777D
Text Example
Text Example
White with #0C777D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C777D; }
p { color: rgb(12,119,125); }
H1.HeaderClassName
{
color: #0C777D;
}
.AnyTagClassName
{
color: #0C777D;
}
</style>
background-color css
<style>
a { background-color: #0C777D; }
a { background-color: rgb(12,119,125); }
div.DivClassName
{
background-color: #0C777D;
}
.BgClassName
{
background-color: #0C777D;
}
</style>
border-color css
<style>
span { border-color: #0C777D; }
span { border-color: rgb(12,119,125); }
td.TdClassName
{
border-color: #0C777D;
}
.TagClassName
{
border-color: #0C777D;
}
</style>