Shades of Surfie Green #09767A
Tints of Surfie Green #09767A
RGB
CMYK
RGB Variations
Color information
#09767A (or 0x09767A) is known color: Surfie Green. HEX triplet: 09, 76 and 7A. RGB value is (9,118,122). Sum of RGB (Red+Green+Blue) = 9+118+122=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #09767A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09767A is #F68985. Grayscale: #555555. Windows color (decimal): -16157062 or 8025609. OLE color: 8025609.
HSL color Cylindrical-coordinate representation of color #09767A: hue angle of 182.12º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09767A is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 118 | 122 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.52 |
| HSL | 182.12º | 0.86% | 0.26% | - |
| HSV(B) | 182.12º | 0.93% | 0.48% | - |
| XYZ | 10.1 | 14.42 | 20.66 | - |
| YUV | 85.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 122 | 0.93 | 0.03 | 0 | 0.52 | 182.12 | 0.86 | 0.26 |
| Hex | 9 | 76 | 7A | 5D | 3 | 0 | 34 | B6 | 56 | 1A |
| Octal | 11 | 166 | 172 | 135 | 3 | 0 | 64 | 266 | 126 | 32 |
| Binary | 1001 | 1110110 | 1111010 | 1011101 | 11 | 0 | 110100 | 10110110 | 1010110 | 11010 |
Color Harmonies of #09767A
Complementary color
Monochromatic Colors of #09767A
Black with #09767A
Text Example
Text Example
White with #09767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09767A; }
p { color: rgb(9,118,122); }
H1.HeaderClassName
{
color: #09767A;
}
.AnyTagClassName
{
color: #09767A;
}
</style>
background-color css
<style>
a { background-color: #09767A; }
a { background-color: rgb(9,118,122); }
div.DivClassName
{
background-color: #09767A;
}
.BgClassName
{
background-color: #09767A;
}
</style>
border-color css
<style>
span { border-color: #09767A; }
span { border-color: rgb(9,118,122); }
td.TdClassName
{
border-color: #09767A;
}
.TagClassName
{
border-color: #09767A;
}
</style>