Shades of Surfie Green #066F79
Tints of Surfie Green #066F79
RGB
CMYK
RGB Variations
Color information
#066F79 (or 0x066F79) is known color: Surfie Green. HEX triplet: 06, 6F and 79. RGB value is (6,111,121). Sum of RGB (Red+Green+Blue) = 6+111+121=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #066F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066F79 is #F99086. Grayscale: #505050. Windows color (decimal): -16355463 or 7958278. OLE color: 7958278.
HSL color Cylindrical-coordinate representation of color #066F79: hue angle of 185.22º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F79 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 111 | 121 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.53 |
| HSL | 185.22º | 0.91% | 0.25% | - |
| HSV(B) | 185.22º | 0.95% | 0.47% | - |
| XYZ | 9.21 | 12.79 | 20.07 | - |
| YUV | 80.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 121 | 0.95 | 0.08 | 0 | 0.53 | 185.22 | 0.91 | 0.25 |
| Hex | 6 | 6F | 79 | 5F | 8 | 0 | 35 | B9 | 5B | 19 |
| Octal | 6 | 157 | 171 | 137 | 10 | 0 | 65 | 271 | 133 | 31 |
| Binary | 110 | 1101111 | 1111001 | 1011111 | 1000 | 0 | 110101 | 10111001 | 1011011 | 11001 |
Color Harmonies of #066F79
Complementary color
Monochromatic Colors of #066F79
Black with #066F79
Text Example
Text Example
White with #066F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066F79; }
p { color: rgb(6,111,121); }
H1.HeaderClassName
{
color: #066F79;
}
.AnyTagClassName
{
color: #066F79;
}
</style>
background-color css
<style>
a { background-color: #066F79; }
a { background-color: rgb(6,111,121); }
div.DivClassName
{
background-color: #066F79;
}
.BgClassName
{
background-color: #066F79;
}
</style>
border-color css
<style>
span { border-color: #066F79; }
span { border-color: rgb(6,111,121); }
td.TdClassName
{
border-color: #066F79;
}
.TagClassName
{
border-color: #066F79;
}
</style>