Shades of Surfie Green #068375
Tints of Surfie Green #068375
RGB
CMYK
RGB Variations
Color information
#068375 (or 0x068375) is known color: Surfie Green. HEX triplet: 06, 83 and 75. RGB value is (6,131,117). Sum of RGB (Red+Green+Blue) = 6+131+117=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #068375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068375 is #F97C8A. Grayscale: #5B5B5B. Windows color (decimal): -16350347 or 7701254. OLE color: 7701254.
HSL color Cylindrical-coordinate representation of color #068375: hue angle of 173.28º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068375 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 117 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.49 |
| HSL | 173.28º | 0.91% | 0.27% | - |
| HSV(B) | 173.28º | 0.95% | 0.51% | - |
| XYZ | 11.4 | 17.56 | 19.62 | - |
| YUV | 92.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 117 | 0.95 | 0 | 0.11 | 0.49 | 173.28 | 0.91 | 0.27 |
| Hex | 6 | 83 | 75 | 5F | 0 | B | 31 | AD | 5B | 1B |
| Octal | 6 | 203 | 165 | 137 | 0 | 13 | 61 | 255 | 133 | 33 |
| Binary | 110 | 10000011 | 1110101 | 1011111 | 0 | 1011 | 110001 | 10101101 | 1011011 | 11011 |
Color Harmonies of #068375
Complementary color
Monochromatic Colors of #068375
Black with #068375
Text Example
Text Example
White with #068375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068375; }
p { color: rgb(6,131,117); }
H1.HeaderClassName
{
color: #068375;
}
.AnyTagClassName
{
color: #068375;
}
</style>
background-color css
<style>
a { background-color: #068375; }
a { background-color: rgb(6,131,117); }
div.DivClassName
{
background-color: #068375;
}
.BgClassName
{
background-color: #068375;
}
</style>
border-color css
<style>
span { border-color: #068375; }
span { border-color: rgb(6,131,117); }
td.TdClassName
{
border-color: #068375;
}
.TagClassName
{
border-color: #068375;
}
</style>