Shades of Ocean Green #4CAA75
Tints of Ocean Green #4CAA75
RGB
CMYK
RGB Variations
Color information
#4CAA75 (or 0x4CAA75) is known color: Ocean Green. HEX triplet: 4C, AA and 75. RGB value is (76,170,117). Sum of RGB (Red+Green+Blue) = 76+170+117=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAA75 is #B3558A. Grayscale: #878787. Windows color (decimal): -11752843 or 7711308. OLE color: 7711308.
HSL color Cylindrical-coordinate representation of color #4CAA75: hue angle of 146.17º 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 #4CAA75 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 117 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.33 |
| HSL | 146.17º | 0.38% | 0.48% | - |
| HSV(B) | 146.17º | 0.55% | 0.67% | - |
| XYZ | 20.57 | 31.57 | 21.84 | - |
| YUV | 135.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 117 | 0.55 | 0 | 0.31 | 0.33 | 146.17 | 0.38 | 0.48 |
| Hex | 4C | AA | 75 | 37 | 0 | 1F | 21 | 92 | 26 | 30 |
| Octal | 114 | 252 | 165 | 67 | 0 | 37 | 41 | 222 | 46 | 60 |
| Binary | 1001100 | 10101010 | 1110101 | 110111 | 0 | 11111 | 100001 | 10010010 | 100110 | 110000 |
Color Harmonies of #4CAA75
Complementary color
Monochromatic Colors of #4CAA75
Black with #4CAA75
Text Example
Text Example
White with #4CAA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA75; }
p { color: rgb(76,170,117); }
H1.HeaderClassName
{
color: #4CAA75;
}
.AnyTagClassName
{
color: #4CAA75;
}
</style>
background-color css
<style>
a { background-color: #4CAA75; }
a { background-color: rgb(76,170,117); }
div.DivClassName
{
background-color: #4CAA75;
}
.BgClassName
{
background-color: #4CAA75;
}
</style>
border-color css
<style>
span { border-color: #4CAA75; }
span { border-color: rgb(76,170,117); }
td.TdClassName
{
border-color: #4CAA75;
}
.TagClassName
{
border-color: #4CAA75;
}
</style>