Shades of Surfie Green #0A7276
Tints of Surfie Green #0A7276
RGB
CMYK
RGB Variations
Color information
#0A7276 (or 0x0A7276) is known color: Surfie Green. HEX triplet: 0A, 72 and 76. RGB value is (10,114,118). Sum of RGB (Red+Green+Blue) = 10+114+118=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A7276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7276 is #F58D89. Grayscale: #535353. Windows color (decimal): -16092554 or 7762442. OLE color: 7762442.
HSL color Cylindrical-coordinate representation of color #0A7276: hue angle of 182.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7276 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 114 | 118 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.54 |
| HSL | 182.22º | 0.84% | 0.25% | - |
| HSV(B) | 182.22º | 0.92% | 0.46% | - |
| XYZ | 9.41 | 13.41 | 19.23 | - |
| YUV | 83.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 118 | 0.92 | 0.03 | 0 | 0.54 | 182.22 | 0.84 | 0.25 |
| Hex | A | 72 | 76 | 5C | 3 | 0 | 36 | B6 | 54 | 19 |
| Octal | 12 | 162 | 166 | 134 | 3 | 0 | 66 | 266 | 124 | 31 |
| Binary | 1010 | 1110010 | 1110110 | 1011100 | 11 | 0 | 110110 | 10110110 | 1010100 | 11001 |
Color Harmonies of #0A7276
Complementary color
Monochromatic Colors of #0A7276
Black with #0A7276
Text Example
Text Example
White with #0A7276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7276; }
p { color: rgb(10,114,118); }
H1.HeaderClassName
{
color: #0A7276;
}
.AnyTagClassName
{
color: #0A7276;
}
</style>
background-color css
<style>
a { background-color: #0A7276; }
a { background-color: rgb(10,114,118); }
div.DivClassName
{
background-color: #0A7276;
}
.BgClassName
{
background-color: #0A7276;
}
</style>
border-color css
<style>
span { border-color: #0A7276; }
span { border-color: rgb(10,114,118); }
td.TdClassName
{
border-color: #0A7276;
}
.TagClassName
{
border-color: #0A7276;
}
</style>