Shades of Ocean Green #4CAF69
Tints of Ocean Green #4CAF69
RGB
CMYK
RGB Variations
Color information
#4CAF69 (or 0x4CAF69) is known color: Ocean Green. HEX triplet: 4C, AF and 69. RGB value is (76,175,105). Sum of RGB (Red+Green+Blue) = 76+175+105=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAF69 is #B35096. Grayscale: #898989. Windows color (decimal): -11751575 or 6926156. OLE color: 6926156.
HSL color Cylindrical-coordinate representation of color #4CAF69: hue angle of 137.58º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF69 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 105 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.31 |
| HSL | 137.58º | 0.39% | 0.49% | - |
| HSV(B) | 137.58º | 0.57% | 0.69% | - |
| XYZ | 20.86 | 33.22 | 18.68 | - |
| YUV | 137.42 | 109.7 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 105 | 0.57 | 0 | 0.40 | 0.31 | 137.58 | 0.39 | 0.49 |
| Hex | 4C | AF | 69 | 39 | 0 | 28 | 1F | 8A | 27 | 31 |
| Octal | 114 | 257 | 151 | 71 | 0 | 50 | 37 | 212 | 47 | 61 |
| Binary | 1001100 | 10101111 | 1101001 | 111001 | 0 | 101000 | 11111 | 10001010 | 100111 | 110001 |
Color Harmonies of #4CAF69
Complementary color
Monochromatic Colors of #4CAF69
Black with #4CAF69
Text Example
Text Example
White with #4CAF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF69; }
p { color: rgb(76,175,105); }
H1.HeaderClassName
{
color: #4CAF69;
}
.AnyTagClassName
{
color: #4CAF69;
}
</style>
background-color css
<style>
a { background-color: #4CAF69; }
a { background-color: rgb(76,175,105); }
div.DivClassName
{
background-color: #4CAF69;
}
.BgClassName
{
background-color: #4CAF69;
}
</style>
border-color css
<style>
span { border-color: #4CAF69; }
span { border-color: rgb(76,175,105); }
td.TdClassName
{
border-color: #4CAF69;
}
.TagClassName
{
border-color: #4CAF69;
}
</style>