Shades of Ocean Green #579969
Tints of Ocean Green #579969
RGB
CMYK
RGB Variations
Color information
#579969 (or 0x579969) is known color: Ocean Green. HEX triplet: 57, 99 and 69. RGB value is (87,153,105). Sum of RGB (Red+Green+Blue) = 87+153+105=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #579969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579969 is #A86696. Grayscale: #7F7F7F. Windows color (decimal): -11036311 or 6920535. OLE color: 6920535.
HSL color Cylindrical-coordinate representation of color #579969: hue angle of 136.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579969 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 105 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.4 |
| HSL | 136.36º | 0.28% | 0.47% | - |
| HSV(B) | 136.36º | 0.43% | 0.6% | - |
| XYZ | 17.87 | 25.83 | 17.41 | - |
| YUV | 127.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 105 | 0.43 | 0 | 0.31 | 0.4 | 136.36 | 0.28 | 0.47 |
| Hex | 57 | 99 | 69 | 2B | 0 | 1F | 28 | 88 | 1C | 2F |
| Octal | 127 | 231 | 151 | 53 | 0 | 37 | 50 | 210 | 34 | 57 |
| Binary | 1010111 | 10011001 | 1101001 | 101011 | 0 | 11111 | 101000 | 10001000 | 11100 | 101111 |
Color Harmonies of #579969
Complementary color
Monochromatic Colors of #579969
Black with #579969
Text Example
Text Example
White with #579969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579969; }
p { color: rgb(87,153,105); }
H1.HeaderClassName
{
color: #579969;
}
.AnyTagClassName
{
color: #579969;
}
</style>
background-color css
<style>
a { background-color: #579969; }
a { background-color: rgb(87,153,105); }
div.DivClassName
{
background-color: #579969;
}
.BgClassName
{
background-color: #579969;
}
</style>
border-color css
<style>
span { border-color: #579969; }
span { border-color: rgb(87,153,105); }
td.TdClassName
{
border-color: #579969;
}
.TagClassName
{
border-color: #579969;
}
</style>