Shades of Ocean Green #4DAA75
Tints of Ocean Green #4DAA75
RGB
CMYK
RGB Variations
Color information
#4DAA75 (or 0x4DAA75) is known color: Ocean Green. HEX triplet: 4D, AA and 75. RGB value is (77,170,117). Sum of RGB (Red+Green+Blue) = 77+170+117=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA75 is #B2558A. Grayscale: #888888. Windows color (decimal): -11687307 or 7711309. OLE color: 7711309.
HSL color Cylindrical-coordinate representation of color #4DAA75: hue angle of 145.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA75 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 117 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.33 |
| HSL | 145.81º | 0.38% | 0.48% | - |
| HSV(B) | 145.81º | 0.55% | 0.67% | - |
| XYZ | 20.65 | 31.61 | 21.84 | - |
| YUV | 136.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 117 | 0.55 | 0 | 0.31 | 0.33 | 145.81 | 0.38 | 0.48 |
| Hex | 4D | AA | 75 | 37 | 0 | 1F | 21 | 92 | 26 | 30 |
| Octal | 115 | 252 | 165 | 67 | 0 | 37 | 41 | 222 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1110101 | 110111 | 0 | 11111 | 100001 | 10010010 | 100110 | 110000 |
Color Harmonies of #4DAA75
Complementary color
Monochromatic Colors of #4DAA75
Black with #4DAA75
Text Example
Text Example
White with #4DAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA75; }
p { color: rgb(77,170,117); }
H1.HeaderClassName
{
color: #4DAA75;
}
.AnyTagClassName
{
color: #4DAA75;
}
</style>
background-color css
<style>
a { background-color: #4DAA75; }
a { background-color: rgb(77,170,117); }
div.DivClassName
{
background-color: #4DAA75;
}
.BgClassName
{
background-color: #4DAA75;
}
</style>
border-color css
<style>
span { border-color: #4DAA75; }
span { border-color: rgb(77,170,117); }
td.TdClassName
{
border-color: #4DAA75;
}
.TagClassName
{
border-color: #4DAA75;
}
</style>