Shades of Surfie Green #08747A
Tints of Surfie Green #08747A
RGB
CMYK
RGB Variations
Color information
#08747A (or 0x08747A) is known color: Surfie Green. HEX triplet: 08, 74 and 7A. RGB value is (8,116,122). Sum of RGB (Red+Green+Blue) = 8+116+122=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #08747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08747A is #F78B85. Grayscale: #545454. Windows color (decimal): -16223110 or 8025096. OLE color: 8025096.
HSL color Cylindrical-coordinate representation of color #08747A: hue angle of 183.16º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08747A is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 116 | 122 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.52 |
| HSL | 183.16º | 0.88% | 0.25% | - |
| HSV(B) | 183.16º | 0.93% | 0.48% | - |
| XYZ | 9.86 | 13.95 | 20.58 | - |
| YUV | 84.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 116 | 122 | 0.93 | 0.05 | 0 | 0.52 | 183.16 | 0.88 | 0.25 |
| Hex | 8 | 74 | 7A | 5D | 5 | 0 | 34 | B7 | 58 | 19 |
| Octal | 10 | 164 | 172 | 135 | 5 | 0 | 64 | 267 | 130 | 31 |
| Binary | 1000 | 1110100 | 1111010 | 1011101 | 101 | 0 | 110100 | 10110111 | 1011000 | 11001 |
Color Harmonies of #08747A
Complementary color
Monochromatic Colors of #08747A
Black with #08747A
Text Example
Text Example
White with #08747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08747A; }
p { color: rgb(8,116,122); }
H1.HeaderClassName
{
color: #08747A;
}
.AnyTagClassName
{
color: #08747A;
}
</style>
background-color css
<style>
a { background-color: #08747A; }
a { background-color: rgb(8,116,122); }
div.DivClassName
{
background-color: #08747A;
}
.BgClassName
{
background-color: #08747A;
}
</style>
border-color css
<style>
span { border-color: #08747A; }
span { border-color: rgb(8,116,122); }
td.TdClassName
{
border-color: #08747A;
}
.TagClassName
{
border-color: #08747A;
}
</style>