Shades of Surfie Green #008379
Tints of Surfie Green #008379
RGB
CMYK
RGB Variations
Color information
#008379 (or 0x008379) is known color: Surfie Green. HEX triplet: 00, 83 and 79. RGB value is (0,131,121). Sum of RGB (Red+Green+Blue) = 0+131+121=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #008379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008379 is #FF7C86. Grayscale: #5A5A5A. Windows color (decimal): -16743559 or 7963392. OLE color: 7963392.
HSL color Cylindrical-coordinate representation of color #008379: hue angle of 175.42º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008379 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 121 | - |
| CMYK | 1 | 0 | 0.08 | 0.49 |
| HSL | 175.42º | 1% | 0.26% | - |
| HSV(B) | 175.42º | 1% | 0.51% | - |
| XYZ | 11.57 | 17.61 | 20.88 | - |
| YUV | 90.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 121 | 1 | 0 | 0.08 | 0.49 | 175.42 | 1 | 0.26 |
| Hex | 0 | 83 | 79 | 64 | 0 | 8 | 31 | AF | 64 | 1A |
| Octal | 0 | 203 | 171 | 144 | 0 | 10 | 61 | 257 | 144 | 32 |
| Binary | 0 | 10000011 | 1111001 | 1100100 | 0 | 1000 | 110001 | 10101111 | 1100100 | 11010 |
Color Harmonies of #008379
Complementary color
Monochromatic Colors of #008379
Black with #008379
Text Example
Text Example
White with #008379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008379; }
p { color: rgb(0,131,121); }
H1.HeaderClassName
{
color: #008379;
}
.AnyTagClassName
{
color: #008379;
}
</style>
background-color css
<style>
a { background-color: #008379; }
a { background-color: rgb(0,131,121); }
div.DivClassName
{
background-color: #008379;
}
.BgClassName
{
background-color: #008379;
}
</style>
border-color css
<style>
span { border-color: #008379; }
span { border-color: rgb(0,131,121); }
td.TdClassName
{
border-color: #008379;
}
.TagClassName
{
border-color: #008379;
}
</style>