Shades of Surfie Green #067875
Tints of Surfie Green #067875
RGB
CMYK
RGB Variations
Color information
#067875 (or 0x067875) is known color: Surfie Green. HEX triplet: 06, 78 and 75. RGB value is (6,120,117). Sum of RGB (Red+Green+Blue) = 6+120+117=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #067875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067875 is #F9878A. Grayscale: #555555. Windows color (decimal): -16353163 or 7698438. OLE color: 7698438.
HSL color Cylindrical-coordinate representation of color #067875: hue angle of 178.42º degrees, saturation: 0.9, 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 #067875 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 120 | 117 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.53 |
| HSL | 178.42º | 0.9% | 0.25% | - |
| HSV(B) | 178.42º | 0.95% | 0.47% | - |
| XYZ | 10 | 14.76 | 19.15 | - |
| YUV | 85.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 117 | 0.95 | 0 | 0.02 | 0.53 | 178.42 | 0.9 | 0.25 |
| Hex | 6 | 78 | 75 | 5F | 0 | 2 | 35 | B2 | 5A | 19 |
| Octal | 6 | 170 | 165 | 137 | 0 | 2 | 65 | 262 | 132 | 31 |
| Binary | 110 | 1111000 | 1110101 | 1011111 | 0 | 10 | 110101 | 10110010 | 1011010 | 11001 |
Color Harmonies of #067875
Complementary color
Monochromatic Colors of #067875
Black with #067875
Text Example
Text Example
White with #067875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067875; }
p { color: rgb(6,120,117); }
H1.HeaderClassName
{
color: #067875;
}
.AnyTagClassName
{
color: #067875;
}
</style>
background-color css
<style>
a { background-color: #067875; }
a { background-color: rgb(6,120,117); }
div.DivClassName
{
background-color: #067875;
}
.BgClassName
{
background-color: #067875;
}
</style>
border-color css
<style>
span { border-color: #067875; }
span { border-color: rgb(6,120,117); }
td.TdClassName
{
border-color: #067875;
}
.TagClassName
{
border-color: #067875;
}
</style>