Shades of Surfie Green #0B7F7B
Tints of Surfie Green #0B7F7B
RGB
CMYK
RGB Variations
Color information
#0B7F7B (or 0x0B7F7B) is known color: Surfie Green. HEX triplet: 0B, 7F and 7B. RGB value is (11,127,123). Sum of RGB (Red+Green+Blue) = 11+127+123=261 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.21% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7F7B is #F48084. Grayscale: #5B5B5B. Windows color (decimal): -16023685 or 8093451. OLE color: 8093451.
HSL color Cylindrical-coordinate representation of color #0B7F7B: hue angle of 177.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7F7B is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
RGB | 11 | 127 | 123 | - |
CMYK | 0.91 | 0 | 0.03 | 0.50 |
HSL | 177.93º | 0.84% | 0.27% | - |
HSV(B) | 177.93º | 0.91% | 0.5% | - |
XYZ | 11.3 | 16.68 | 21.36 | - |
YUV | 91.86 | 145.57 | 70.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 127 | 123 | 0.91 | 0 | 0.03 | 0.50 | 177.93 | 0.84 | 0.27 |
Hex | B | 7F | 7B | 5B | 0 | 3 | 32 | B2 | 54 | 1B |
Octal | 13 | 177 | 173 | 133 | 0 | 3 | 62 | 262 | 124 | 33 |
Binary | 1011 | 1111111 | 1111011 | 1011011 | 0 | 11 | 110010 | 10110010 | 1010100 | 11011 |
Color Harmonies of #0B7F7B
Complementary color
Monochromatic Colors of #0B7F7B
Black with #0B7F7B
Text Example
Text Example
White with #0B7F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7F7B; }
p { color: rgb(11,127,123); }
H1.HeaderClassName
{
color: #0B7F7B;
}
.AnyTagClassName
{
color: #0B7F7B;
}
</style>
background-color css
<style>
a { background-color: #0B7F7B; }
a { background-color: rgb(11,127,123); }
div.DivClassName
{
background-color: #0B7F7B;
}
.BgClassName
{
background-color: #0B7F7B;
}
</style>
border-color css
<style>
span { border-color: #0B7F7B; }
span { border-color: rgb(11,127,123); }
td.TdClassName
{
border-color: #0B7F7B;
}
.TagClassName
{
border-color: #0B7F7B;
}
</style>