Shades of Ocean Green #4DAF76
Tints of Ocean Green #4DAF76
RGB
CMYK
RGB Variations
Color information
#4DAF76 (or 0x4DAF76) is known color: Ocean Green. HEX triplet: 4D, AF and 76. RGB value is (77,175,118). Sum of RGB (Red+Green+Blue) = 77+175+118=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF76 is #B25089. Grayscale: #8B8B8B. Windows color (decimal): -11686026 or 7778125. OLE color: 7778125.
HSL color Cylindrical-coordinate representation of color #4DAF76: hue angle of 145.1º 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 #4DAF76 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 118 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.31 |
| HSL | 145.1º | 0.39% | 0.49% | - |
| HSV(B) | 145.1º | 0.56% | 0.69% | - |
| XYZ | 21.66 | 33.55 | 22.47 | - |
| YUV | 139.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 118 | 0.56 | 0 | 0.33 | 0.31 | 145.1 | 0.39 | 0.49 |
| Hex | 4D | AF | 76 | 38 | 0 | 21 | 1F | 91 | 27 | 31 |
| Octal | 115 | 257 | 166 | 70 | 0 | 41 | 37 | 221 | 47 | 61 |
| Binary | 1001101 | 10101111 | 1110110 | 111000 | 0 | 100001 | 11111 | 10010001 | 100111 | 110001 |
Color Harmonies of #4DAF76
Complementary color
Monochromatic Colors of #4DAF76
Black with #4DAF76
Text Example
Text Example
White with #4DAF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF76; }
p { color: rgb(77,175,118); }
H1.HeaderClassName
{
color: #4DAF76;
}
.AnyTagClassName
{
color: #4DAF76;
}
</style>
background-color css
<style>
a { background-color: #4DAF76; }
a { background-color: rgb(77,175,118); }
div.DivClassName
{
background-color: #4DAF76;
}
.BgClassName
{
background-color: #4DAF76;
}
</style>
border-color css
<style>
span { border-color: #4DAF76; }
span { border-color: rgb(77,175,118); }
td.TdClassName
{
border-color: #4DAF76;
}
.TagClassName
{
border-color: #4DAF76;
}
</style>