Shades of Surfie Green #007A74
Tints of Surfie Green #007A74
RGB
CMYK
RGB Variations
Color information
#007A74 (or 0x007A74) is known color: Surfie Green. HEX triplet: 00, 7A and 74. RGB value is (0,122,116). Sum of RGB (Red+Green+Blue) = 0+122+116=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #007A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007A74 is #FF858B. Grayscale: #545454. Windows color (decimal): -16745868 or 7633408. OLE color: 7633408.
HSL color Cylindrical-coordinate representation of color #007A74: hue angle of 177.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A74 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 122 | 116 | - |
| CMYK | 1 | 0 | 0.05 | 0.52 |
| HSL | 177.05º | 1% | 0.24% | - |
| HSV(B) | 177.05º | 1% | 0.48% | - |
| XYZ | 10.11 | 15.18 | 18.92 | - |
| YUV | 84.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 116 | 1 | 0 | 0.05 | 0.52 | 177.05 | 1 | 0.24 |
| Hex | 0 | 7A | 74 | 64 | 0 | 5 | 34 | B1 | 64 | 18 |
| Octal | 0 | 172 | 164 | 144 | 0 | 5 | 64 | 261 | 144 | 30 |
| Binary | 0 | 1111010 | 1110100 | 1100100 | 0 | 101 | 110100 | 10110001 | 1100100 | 11000 |
Color Harmonies of #007A74
Complementary color
Monochromatic Colors of #007A74
Black with #007A74
Text Example
Text Example
White with #007A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007A74; }
p { color: rgb(0,122,116); }
H1.HeaderClassName
{
color: #007A74;
}
.AnyTagClassName
{
color: #007A74;
}
</style>
background-color css
<style>
a { background-color: #007A74; }
a { background-color: rgb(0,122,116); }
div.DivClassName
{
background-color: #007A74;
}
.BgClassName
{
background-color: #007A74;
}
</style>
border-color css
<style>
span { border-color: #007A74; }
span { border-color: rgb(0,122,116); }
td.TdClassName
{
border-color: #007A74;
}
.TagClassName
{
border-color: #007A74;
}
</style>