Shades of Ocean Green #5FA57B
Tints of Ocean Green #5FA57B
RGB
CMYK
RGB Variations
Color information
#5FA57B (or 0x5FA57B) is known color: Ocean Green. HEX triplet: 5F, A5 and 7B. RGB value is (95,165,123). Sum of RGB (Red+Green+Blue) = 95+165+123=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA57B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA57B is #A05A84. Grayscale: #8B8B8B. Windows color (decimal): -10508933 or 8103263. OLE color: 8103263.
HSL color Cylindrical-coordinate representation of color #5FA57B: hue angle of 144º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA57B is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 165 | 123 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.35 |
| HSL | 144º | 0.28% | 0.51% | - |
| HSV(B) | 144º | 0.42% | 0.65% | - |
| XYZ | 21.75 | 30.77 | 23.53 | - |
| YUV | 139.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 165 | 123 | 0.42 | 0 | 0.25 | 0.35 | 144 | 0.28 | 0.51 |
| Hex | 5F | A5 | 7B | 2A | 0 | 19 | 23 | 90 | 1C | 33 |
| Octal | 137 | 245 | 173 | 52 | 0 | 31 | 43 | 220 | 34 | 63 |
| Binary | 1011111 | 10100101 | 1111011 | 101010 | 0 | 11001 | 100011 | 10010000 | 11100 | 110011 |
Color Harmonies of #5FA57B
Complementary color
Monochromatic Colors of #5FA57B
Black with #5FA57B
Text Example
Text Example
White with #5FA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA57B; }
p { color: rgb(95,165,123); }
H1.HeaderClassName
{
color: #5FA57B;
}
.AnyTagClassName
{
color: #5FA57B;
}
</style>
background-color css
<style>
a { background-color: #5FA57B; }
a { background-color: rgb(95,165,123); }
div.DivClassName
{
background-color: #5FA57B;
}
.BgClassName
{
background-color: #5FA57B;
}
</style>
border-color css
<style>
span { border-color: #5FA57B; }
span { border-color: rgb(95,165,123); }
td.TdClassName
{
border-color: #5FA57B;
}
.TagClassName
{
border-color: #5FA57B;
}
</style>