Shades of Ocean Green #4DAA69
Tints of Ocean Green #4DAA69
RGB
CMYK
RGB Variations
Color information
#4DAA69 (or 0x4DAA69) is known color: Ocean Green. HEX triplet: 4D, AA and 69. RGB value is (77,170,105). Sum of RGB (Red+Green+Blue) = 77+170+105=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA69 is #B25596. Grayscale: #868686. Windows color (decimal): -11687319 or 6924877. OLE color: 6924877.
HSL color Cylindrical-coordinate representation of color #4DAA69: hue angle of 138.06º 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 #4DAA69 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 105 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.33 |
| HSL | 138.06º | 0.38% | 0.48% | - |
| HSV(B) | 138.06º | 0.55% | 0.67% | - |
| XYZ | 19.99 | 31.35 | 18.36 | - |
| YUV | 134.78 | 111.19 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 105 | 0.55 | 0 | 0.38 | 0.33 | 138.06 | 0.38 | 0.48 |
| Hex | 4D | AA | 69 | 37 | 0 | 26 | 21 | 8A | 26 | 30 |
| Octal | 115 | 252 | 151 | 67 | 0 | 46 | 41 | 212 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1101001 | 110111 | 0 | 100110 | 100001 | 10001010 | 100110 | 110000 |
Color Harmonies of #4DAA69
Complementary color
Monochromatic Colors of #4DAA69
Black with #4DAA69
Text Example
Text Example
White with #4DAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA69; }
p { color: rgb(77,170,105); }
H1.HeaderClassName
{
color: #4DAA69;
}
.AnyTagClassName
{
color: #4DAA69;
}
</style>
background-color css
<style>
a { background-color: #4DAA69; }
a { background-color: rgb(77,170,105); }
div.DivClassName
{
background-color: #4DAA69;
}
.BgClassName
{
background-color: #4DAA69;
}
</style>
border-color css
<style>
span { border-color: #4DAA69; }
span { border-color: rgb(77,170,105); }
td.TdClassName
{
border-color: #4DAA69;
}
.TagClassName
{
border-color: #4DAA69;
}
</style>