Shades of Ocean Green #4DAF68
Tints of Ocean Green #4DAF68
RGB
CMYK
RGB Variations
Color information
#4DAF68 (or 0x4DAF68) is known color: Ocean Green. HEX triplet: 4D, AF and 68. RGB value is (77,175,104). Sum of RGB (Red+Green+Blue) = 77+175+104=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF68 is #B25097. Grayscale: #898989. Windows color (decimal): -11686040 or 6860621. OLE color: 6860621.
HSL color Cylindrical-coordinate representation of color #4DAF68: hue angle of 136.53º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF68 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 104 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.31 |
| HSL | 136.53º | 0.39% | 0.49% | - |
| HSV(B) | 136.53º | 0.56% | 0.69% | - |
| XYZ | 20.89 | 33.24 | 18.41 | - |
| YUV | 137.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 104 | 0.56 | 0 | 0.41 | 0.31 | 136.53 | 0.39 | 0.49 |
| Hex | 4D | AF | 68 | 38 | 0 | 29 | 1F | 89 | 27 | 31 |
| Octal | 115 | 257 | 150 | 70 | 0 | 51 | 37 | 211 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1101000 | 111000 | 0 | 101001 | 11111 | 10001001 | 100111 | 110001 |
Color Harmonies of #4DAF68
Complementary color
Monochromatic Colors of #4DAF68
Black with #4DAF68
Text Example
Text Example
White with #4DAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF68; }
p { color: rgb(77,175,104); }
H1.HeaderClassName
{
color: #4DAF68;
}
.AnyTagClassName
{
color: #4DAF68;
}
</style>
background-color css
<style>
a { background-color: #4DAF68; }
a { background-color: rgb(77,175,104); }
div.DivClassName
{
background-color: #4DAF68;
}
.BgClassName
{
background-color: #4DAF68;
}
</style>
border-color css
<style>
span { border-color: #4DAF68; }
span { border-color: rgb(77,175,104); }
td.TdClassName
{
border-color: #4DAF68;
}
.TagClassName
{
border-color: #4DAF68;
}
</style>