Shades of Surfie Green #0A7474
Tints of Surfie Green #0A7474
RGB
CMYK
RGB Variations
Color information
#0A7474 (or 0x0A7474) is known color: Surfie Green. HEX triplet: 0A, 74 and 74. RGB value is (10,116,116). Sum of RGB (Red+Green+Blue) = 10+116+116=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #0A7474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7474 is #F58B8B. Grayscale: #545454. Windows color (decimal): -16092044 or 7631882. OLE color: 7631882.
HSL color Cylindrical-coordinate representation of color #0A7474: hue angle of 180º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7474 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 116 | - |
| CMYK | 0.91 | 0 | 0 | 0.55 |
| HSL | 180º | 0.84% | 0.25% | - |
| HSV(B) | 180º | 0.91% | 0.45% | - |
| XYZ | 9.52 | 13.82 | 18.69 | - |
| YUV | 84.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 116 | 0.91 | 0 | 0 | 0.55 | 180 | 0.84 | 0.25 |
| Hex | A | 74 | 74 | 5B | 0 | 0 | 37 | B4 | 54 | 19 |
| Octal | 12 | 164 | 164 | 133 | 0 | 0 | 67 | 264 | 124 | 31 |
| Binary | 1010 | 1110100 | 1110100 | 1011011 | 0 | 0 | 110111 | 10110100 | 1010100 | 11001 |
Color Harmonies of #0A7474
Complementary color
Monochromatic Colors of #0A7474
Black with #0A7474
Text Example
Text Example
White with #0A7474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7474; }
p { color: rgb(10,116,116); }
H1.HeaderClassName
{
color: #0A7474;
}
.AnyTagClassName
{
color: #0A7474;
}
</style>
background-color css
<style>
a { background-color: #0A7474; }
a { background-color: rgb(10,116,116); }
div.DivClassName
{
background-color: #0A7474;
}
.BgClassName
{
background-color: #0A7474;
}
</style>
border-color css
<style>
span { border-color: #0A7474; }
span { border-color: rgb(10,116,116); }
td.TdClassName
{
border-color: #0A7474;
}
.TagClassName
{
border-color: #0A7474;
}
</style>