Shades of Surfie Green #06747A
Tints of Surfie Green #06747A
RGB
CMYK
RGB Variations
Color information
#06747A (or 0x06747A) is known color: Surfie Green. HEX triplet: 06, 74 and 7A. RGB value is (6,116,122). Sum of RGB (Red+Green+Blue) = 6+116+122=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 116 (45.70% from 255 or 47.54% 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 #06747A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06747A is #F98B85. Grayscale: #535353. Windows color (decimal): -16354182 or 8025094. OLE color: 8025094.
HSL color Cylindrical-coordinate representation of color #06747A: hue angle of 183.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06747A is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 116 | 122 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.52 |
| HSL | 183.1º | 0.91% | 0.25% | - |
| HSV(B) | 183.1º | 0.95% | 0.48% | - |
| XYZ | 9.83 | 13.93 | 20.58 | - |
| YUV | 83.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 122 | 0.95 | 0.05 | 0 | 0.52 | 183.1 | 0.91 | 0.25 |
| Hex | 6 | 74 | 7A | 5F | 5 | 0 | 34 | B7 | 5B | 19 |
| Octal | 6 | 164 | 172 | 137 | 5 | 0 | 64 | 267 | 133 | 31 |
| Binary | 110 | 1110100 | 1111010 | 1011111 | 101 | 0 | 110100 | 10110111 | 1011011 | 11001 |
Color Harmonies of #06747A
Complementary color
Monochromatic Colors of #06747A
Black with #06747A
Text Example
Text Example
White with #06747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06747A; }
p { color: rgb(6,116,122); }
H1.HeaderClassName
{
color: #06747A;
}
.AnyTagClassName
{
color: #06747A;
}
</style>
background-color css
<style>
a { background-color: #06747A; }
a { background-color: rgb(6,116,122); }
div.DivClassName
{
background-color: #06747A;
}
.BgClassName
{
background-color: #06747A;
}
</style>
border-color css
<style>
span { border-color: #06747A; }
span { border-color: rgb(6,116,122); }
td.TdClassName
{
border-color: #06747A;
}
.TagClassName
{
border-color: #06747A;
}
</style>