Shades of Surfie Green #006F7D
Tints of Surfie Green #006F7D
RGB
CMYK
RGB Variations
Color information
#006F7D (or 0x006F7D) is known color: Surfie Green. HEX triplet: 00, 6F and 7D. RGB value is (0,111,125). Sum of RGB (Red+Green+Blue) = 0+111+125=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #006F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006F7D is #FF9082. Grayscale: #4F4F4F. Windows color (decimal): -16748675 or 8220416. OLE color: 8220416.
HSL color Cylindrical-coordinate representation of color #006F7D: hue angle of 186.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F7D is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 111 | 125 | - |
| CMYK | 1 | 0.11 | 0 | 0.51 |
| HSL | 186.72º | 1% | 0.25% | - |
| HSV(B) | 186.72º | 1% | 0.49% | - |
| XYZ | 9.39 | 12.85 | 21.39 | - |
| YUV | 79.41 | 153.73 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 125 | 1 | 0.11 | 0 | 0.51 | 186.72 | 1 | 0.25 |
| Hex | 0 | 6F | 7D | 64 | B | 0 | 33 | BB | 64 | 19 |
| Octal | 0 | 157 | 175 | 144 | 13 | 0 | 63 | 273 | 144 | 31 |
| Binary | 0 | 1101111 | 1111101 | 1100100 | 1011 | 0 | 110011 | 10111011 | 1100100 | 11001 |
Color Harmonies of #006F7D
Complementary color
Monochromatic Colors of #006F7D
Black with #006F7D
Text Example
Text Example
White with #006F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F7D; }
p { color: rgb(0,111,125); }
H1.HeaderClassName
{
color: #006F7D;
}
.AnyTagClassName
{
color: #006F7D;
}
</style>
background-color css
<style>
a { background-color: #006F7D; }
a { background-color: rgb(0,111,125); }
div.DivClassName
{
background-color: #006F7D;
}
.BgClassName
{
background-color: #006F7D;
}
</style>
border-color css
<style>
span { border-color: #006F7D; }
span { border-color: rgb(0,111,125); }
td.TdClassName
{
border-color: #006F7D;
}
.TagClassName
{
border-color: #006F7D;
}
</style>