Shades of Ocean Green #4CAC69
Tints of Ocean Green #4CAC69
RGB
CMYK
RGB Variations
Color information
#4CAC69 (or 0x4CAC69) is known color: Ocean Green. HEX triplet: 4C, AC and 69. RGB value is (76,172,105). Sum of RGB (Red+Green+Blue) = 76+172+105=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC69 is #B35396. Grayscale: #878787. Windows color (decimal): -11752343 or 6925388. OLE color: 6925388.
HSL color Cylindrical-coordinate representation of color #4CAC69: hue angle of 138.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC69 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 105 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.33 |
| HSL | 138.13º | 0.39% | 0.49% | - |
| HSV(B) | 138.13º | 0.56% | 0.67% | - |
| XYZ | 20.28 | 32.06 | 18.48 | - |
| YUV | 135.66 | 110.7 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 105 | 0.56 | 0 | 0.39 | 0.33 | 138.13 | 0.39 | 0.49 |
| Hex | 4C | AC | 69 | 38 | 0 | 27 | 21 | 8A | 27 | 31 |
| Octal | 114 | 254 | 151 | 70 | 0 | 47 | 41 | 212 | 47 | 61 |
| Binary | 1001100 | 10101100 | 1101001 | 111000 | 0 | 100111 | 100001 | 10001010 | 100111 | 110001 |
Color Harmonies of #4CAC69
Complementary color
Monochromatic Colors of #4CAC69
Black with #4CAC69
Text Example
Text Example
White with #4CAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC69; }
p { color: rgb(76,172,105); }
H1.HeaderClassName
{
color: #4CAC69;
}
.AnyTagClassName
{
color: #4CAC69;
}
</style>
background-color css
<style>
a { background-color: #4CAC69; }
a { background-color: rgb(76,172,105); }
div.DivClassName
{
background-color: #4CAC69;
}
.BgClassName
{
background-color: #4CAC69;
}
</style>
border-color css
<style>
span { border-color: #4CAC69; }
span { border-color: rgb(76,172,105); }
td.TdClassName
{
border-color: #4CAC69;
}
.TagClassName
{
border-color: #4CAC69;
}
</style>