Shades of Surfie Green #08727A
Tints of Surfie Green #08727A
RGB
CMYK
RGB Variations
Color information
#08727A (or 0x08727A) is known color: Surfie Green. HEX triplet: 08, 72 and 7A. RGB value is (8,114,122). Sum of RGB (Red+Green+Blue) = 8+114+122=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #08727A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08727A is #F78D85. Grayscale: #535353. Windows color (decimal): -16223622 or 8024584. OLE color: 8024584.
HSL color Cylindrical-coordinate representation of color #08727A: hue angle of 184.21º 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 #08727A is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 114 | 122 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.52 |
| HSL | 184.21º | 0.88% | 0.25% | - |
| HSV(B) | 184.21º | 0.93% | 0.48% | - |
| XYZ | 9.63 | 13.49 | 20.51 | - |
| YUV | 83.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 114 | 122 | 0.93 | 0.07 | 0 | 0.52 | 184.21 | 0.88 | 0.25 |
| Hex | 8 | 72 | 7A | 5D | 7 | 0 | 34 | B8 | 58 | 19 |
| Octal | 10 | 162 | 172 | 135 | 7 | 0 | 64 | 270 | 130 | 31 |
| Binary | 1000 | 1110010 | 1111010 | 1011101 | 111 | 0 | 110100 | 10111000 | 1011000 | 11001 |
Color Harmonies of #08727A
Complementary color
Monochromatic Colors of #08727A
Black with #08727A
Text Example
Text Example
White with #08727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08727A; }
p { color: rgb(8,114,122); }
H1.HeaderClassName
{
color: #08727A;
}
.AnyTagClassName
{
color: #08727A;
}
</style>
background-color css
<style>
a { background-color: #08727A; }
a { background-color: rgb(8,114,122); }
div.DivClassName
{
background-color: #08727A;
}
.BgClassName
{
background-color: #08727A;
}
</style>
border-color css
<style>
span { border-color: #08727A; }
span { border-color: rgb(8,114,122); }
td.TdClassName
{
border-color: #08727A;
}
.TagClassName
{
border-color: #08727A;
}
</style>