Shades of Surfie Green #066F7A
Tints of Surfie Green #066F7A
RGB
CMYK
RGB Variations
Color information
#066F7A (or 0x066F7A) is known color: Surfie Green. HEX triplet: 06, 6F and 7A. RGB value is (6,111,122). Sum of RGB (Red+Green+Blue) = 6+111+122=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #066F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F7A is #F99085. Grayscale: #505050. Windows color (decimal): -16355462 or 8023814. OLE color: 8023814.
HSL color Cylindrical-coordinate representation of color #066F7A: hue angle of 185.69º 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 #066F7A is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 111 | 122 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.52 |
| HSL | 185.69º | 0.91% | 0.25% | - |
| HSV(B) | 185.69º | 0.95% | 0.48% | - |
| XYZ | 9.27 | 12.81 | 20.4 | - |
| YUV | 80.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 122 | 0.95 | 0.09 | 0 | 0.52 | 185.69 | 0.91 | 0.25 |
| Hex | 6 | 6F | 7A | 5F | 9 | 0 | 34 | BA | 5B | 19 |
| Octal | 6 | 157 | 172 | 137 | 11 | 0 | 64 | 272 | 133 | 31 |
| Binary | 110 | 1101111 | 1111010 | 1011111 | 1001 | 0 | 110100 | 10111010 | 1011011 | 11001 |
Color Harmonies of #066F7A
Complementary color
Monochromatic Colors of #066F7A
Black with #066F7A
Text Example
Text Example
White with #066F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F7A; }
p { color: rgb(6,111,122); }
H1.HeaderClassName
{
color: #066F7A;
}
.AnyTagClassName
{
color: #066F7A;
}
</style>
background-color css
<style>
a { background-color: #066F7A; }
a { background-color: rgb(6,111,122); }
div.DivClassName
{
background-color: #066F7A;
}
.BgClassName
{
background-color: #066F7A;
}
</style>
border-color css
<style>
span { border-color: #066F7A; }
span { border-color: rgb(6,111,122); }
td.TdClassName
{
border-color: #066F7A;
}
.TagClassName
{
border-color: #066F7A;
}
</style>