Shades of Surfie Green #066F7B
Tints of Surfie Green #066F7B
RGB
CMYK
RGB Variations
Color information
#066F7B (or 0x066F7B) is known color: Surfie Green. HEX triplet: 06, 6F and 7B. RGB value is (6,111,123). Sum of RGB (Red+Green+Blue) = 6+111+123=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #066F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F7B is #F99084. Grayscale: #505050. Windows color (decimal): -16355461 or 8089350. OLE color: 8089350.
HSL color Cylindrical-coordinate representation of color #066F7B: hue angle of 186.15º 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 #066F7B is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 111 | 123 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.52 |
| HSL | 186.15º | 0.91% | 0.25% | - |
| HSV(B) | 186.15º | 0.95% | 0.48% | - |
| XYZ | 9.33 | 12.84 | 20.72 | - |
| YUV | 80.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 123 | 0.95 | 0.10 | 0 | 0.52 | 186.15 | 0.91 | 0.25 |
| Hex | 6 | 6F | 7B | 5F | A | 0 | 34 | BA | 5B | 19 |
| Octal | 6 | 157 | 173 | 137 | 12 | 0 | 64 | 272 | 133 | 31 |
| Binary | 110 | 1101111 | 1111011 | 1011111 | 1010 | 0 | 110100 | 10111010 | 1011011 | 11001 |
Color Harmonies of #066F7B
Complementary color
Monochromatic Colors of #066F7B
Black with #066F7B
Text Example
Text Example
White with #066F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F7B; }
p { color: rgb(6,111,123); }
H1.HeaderClassName
{
color: #066F7B;
}
.AnyTagClassName
{
color: #066F7B;
}
</style>
background-color css
<style>
a { background-color: #066F7B; }
a { background-color: rgb(6,111,123); }
div.DivClassName
{
background-color: #066F7B;
}
.BgClassName
{
background-color: #066F7B;
}
</style>
border-color css
<style>
span { border-color: #066F7B; }
span { border-color: rgb(6,111,123); }
td.TdClassName
{
border-color: #066F7B;
}
.TagClassName
{
border-color: #066F7B;
}
</style>