Shades of Ocean Green #5FA67B
Tints of Ocean Green #5FA67B
RGB
CMYK
RGB Variations
Color information
#5FA67B (or 0x5FA67B) is known color: Ocean Green. HEX triplet: 5F, A6 and 7B. RGB value is (95,166,123). Sum of RGB (Red+Green+Blue) = 95+166+123=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA67B is #A05984. Grayscale: #8B8B8B. Windows color (decimal): -10508677 or 8103519. OLE color: 8103519.
HSL color Cylindrical-coordinate representation of color #5FA67B: hue angle of 143.66º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA67B is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 123 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.35 |
| HSL | 143.66º | 0.29% | 0.51% | - |
| HSV(B) | 143.66º | 0.43% | 0.65% | - |
| XYZ | 21.93 | 31.14 | 23.59 | - |
| YUV | 139.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 123 | 0.43 | 0 | 0.26 | 0.35 | 143.66 | 0.29 | 0.51 |
| Hex | 5F | A6 | 7B | 2B | 0 | 1A | 23 | 90 | 1D | 33 |
| Octal | 137 | 246 | 173 | 53 | 0 | 32 | 43 | 220 | 35 | 63 |
| Binary | 1011111 | 10100110 | 1111011 | 101011 | 0 | 11010 | 100011 | 10010000 | 11101 | 110011 |
Color Harmonies of #5FA67B
Complementary color
Monochromatic Colors of #5FA67B
Black with #5FA67B
Text Example
Text Example
White with #5FA67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA67B; }
p { color: rgb(95,166,123); }
H1.HeaderClassName
{
color: #5FA67B;
}
.AnyTagClassName
{
color: #5FA67B;
}
</style>
background-color css
<style>
a { background-color: #5FA67B; }
a { background-color: rgb(95,166,123); }
div.DivClassName
{
background-color: #5FA67B;
}
.BgClassName
{
background-color: #5FA67B;
}
</style>
border-color css
<style>
span { border-color: #5FA67B; }
span { border-color: rgb(95,166,123); }
td.TdClassName
{
border-color: #5FA67B;
}
.TagClassName
{
border-color: #5FA67B;
}
</style>