Shades of Ocean Green #4AAF67
Tints of Ocean Green #4AAF67
RGB
CMYK
RGB Variations
Color information
#4AAF67 (or 0x4AAF67) is known color: Ocean Green. HEX triplet: 4A, AF and 67. RGB value is (74,175,103). Sum of RGB (Red+Green+Blue) = 74+175+103=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF67 is #B55098. Grayscale: #888888. Windows color (decimal): -11882649 or 6795082. OLE color: 6795082.
HSL color Cylindrical-coordinate representation of color #4AAF67: hue angle of 137.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF67 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 103 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.31 |
| HSL | 137.23º | 0.41% | 0.49% | - |
| HSV(B) | 137.23º | 0.58% | 0.69% | - |
| XYZ | 20.6 | 33.1 | 18.13 | - |
| YUV | 136.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 103 | 0.58 | 0 | 0.41 | 0.31 | 137.23 | 0.41 | 0.49 |
| Hex | 4A | AF | 67 | 3A | 0 | 29 | 1F | 89 | 29 | 31 |
| Octal | 112 | 257 | 147 | 72 | 0 | 51 | 37 | 211 | 51 | 61 |
| Binary | 1001010 | 10101111 | 1100111 | 111010 | 0 | 101001 | 11111 | 10001001 | 101001 | 110001 |
Color Harmonies of #4AAF67
Complementary color
Monochromatic Colors of #4AAF67
Black with #4AAF67
Text Example
Text Example
White with #4AAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF67; }
p { color: rgb(74,175,103); }
H1.HeaderClassName
{
color: #4AAF67;
}
.AnyTagClassName
{
color: #4AAF67;
}
</style>
background-color css
<style>
a { background-color: #4AAF67; }
a { background-color: rgb(74,175,103); }
div.DivClassName
{
background-color: #4AAF67;
}
.BgClassName
{
background-color: #4AAF67;
}
</style>
border-color css
<style>
span { border-color: #4AAF67; }
span { border-color: rgb(74,175,103); }
td.TdClassName
{
border-color: #4AAF67;
}
.TagClassName
{
border-color: #4AAF67;
}
</style>