Shades of Surfie Green #007574
Tints of Surfie Green #007574
RGB
CMYK
RGB Variations
Color information
#007574 (or 0x007574) is known color: Surfie Green. HEX triplet: 00, 75 and 74. RGB value is (0,117,116). Sum of RGB (Red+Green+Blue) = 0+117+116=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #007574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007574 is #FF8A8B. Grayscale: #515151. Windows color (decimal): -16747148 or 7632128. OLE color: 7632128.
HSL color Cylindrical-coordinate representation of color #007574: hue angle of 179.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007574 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 116 | - |
| CMYK | 1 | 0 | 0.01 | 0.54 |
| HSL | 179.49º | 1% | 0.23% | - |
| HSV(B) | 179.49º | 1% | 0.46% | - |
| XYZ | 9.51 | 13.98 | 18.72 | - |
| YUV | 81.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 116 | 1 | 0 | 0.01 | 0.54 | 179.49 | 1 | 0.23 |
| Hex | 0 | 75 | 74 | 64 | 0 | 1 | 36 | B3 | 64 | 17 |
| Octal | 0 | 165 | 164 | 144 | 0 | 1 | 66 | 263 | 144 | 27 |
| Binary | 0 | 1110101 | 1110100 | 1100100 | 0 | 1 | 110110 | 10110011 | 1100100 | 10111 |
Color Harmonies of #007574
Complementary color
Monochromatic Colors of #007574
Black with #007574
Text Example
Text Example
White with #007574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007574; }
p { color: rgb(0,117,116); }
H1.HeaderClassName
{
color: #007574;
}
.AnyTagClassName
{
color: #007574;
}
</style>
background-color css
<style>
a { background-color: #007574; }
a { background-color: rgb(0,117,116); }
div.DivClassName
{
background-color: #007574;
}
.BgClassName
{
background-color: #007574;
}
</style>
border-color css
<style>
span { border-color: #007574; }
span { border-color: rgb(0,117,116); }
td.TdClassName
{
border-color: #007574;
}
.TagClassName
{
border-color: #007574;
}
</style>