Shades of Surfie Green #07827A
Tints of Surfie Green #07827A
RGB
CMYK
RGB Variations
Color information
#07827A (or 0x07827A) is known color: Surfie Green. HEX triplet: 07, 82 and 7A. RGB value is (7,130,122). Sum of RGB (Red+Green+Blue) = 7+130+122=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #07827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07827A is #F87D85. Grayscale: #5C5C5C. Windows color (decimal): -16285062 or 8028679. OLE color: 8028679.
HSL color Cylindrical-coordinate representation of color #07827A: hue angle of 176.1º degrees, saturation: 0.9, 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 #07827A is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 122 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.49 |
| HSL | 176.1º | 0.9% | 0.27% | - |
| HSV(B) | 176.1º | 0.95% | 0.51% | - |
| XYZ | 11.58 | 17.42 | 21.16 | - |
| YUV | 92.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 122 | 0.95 | 0 | 0.06 | 0.49 | 176.1 | 0.9 | 0.27 |
| Hex | 7 | 82 | 7A | 5F | 0 | 6 | 31 | B0 | 5A | 1B |
| Octal | 7 | 202 | 172 | 137 | 0 | 6 | 61 | 260 | 132 | 33 |
| Binary | 111 | 10000010 | 1111010 | 1011111 | 0 | 110 | 110001 | 10110000 | 1011010 | 11011 |
Color Harmonies of #07827A
Complementary color
Monochromatic Colors of #07827A
Black with #07827A
Text Example
Text Example
White with #07827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07827A; }
p { color: rgb(7,130,122); }
H1.HeaderClassName
{
color: #07827A;
}
.AnyTagClassName
{
color: #07827A;
}
</style>
background-color css
<style>
a { background-color: #07827A; }
a { background-color: rgb(7,130,122); }
div.DivClassName
{
background-color: #07827A;
}
.BgClassName
{
background-color: #07827A;
}
</style>
border-color css
<style>
span { border-color: #07827A; }
span { border-color: rgb(7,130,122); }
td.TdClassName
{
border-color: #07827A;
}
.TagClassName
{
border-color: #07827A;
}
</style>