Shades of Ocean Green #45AF6D
Tints of Ocean Green #45AF6D
RGB
CMYK
RGB Variations
Color information
#45AF6D (or 0x45AF6D) is known color: Ocean Green. HEX triplet: 45, AF and 6D. RGB value is (69,175,109). Sum of RGB (Red+Green+Blue) = 69+175+109=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AF6D is #BA5092. Grayscale: #878787. Windows color (decimal): -12210323 or 7188293. OLE color: 7188293.
HSL color Cylindrical-coordinate representation of color #45AF6D: hue angle of 142.64º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45AF6D is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 109 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.31 |
| HSL | 142.64º | 0.43% | 0.48% | - |
| HSV(B) | 142.64º | 0.61% | 0.69% | - |
| XYZ | 20.54 | 33.03 | 19.76 | - |
| YUV | 135.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 109 | 0.61 | 0 | 0.38 | 0.31 | 142.64 | 0.43 | 0.48 |
| Hex | 45 | AF | 6D | 3D | 0 | 26 | 1F | 8F | 2B | 30 |
| Octal | 105 | 257 | 155 | 75 | 0 | 46 | 37 | 217 | 53 | 60 |
| Binary | 1000101 | 10101111 | 1101101 | 111101 | 0 | 100110 | 11111 | 10001111 | 101011 | 110000 |
Color Harmonies of #45AF6D
Complementary color
Monochromatic Colors of #45AF6D
Black with #45AF6D
Text Example
Text Example
White with #45AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF6D; }
p { color: rgb(69,175,109); }
H1.HeaderClassName
{
color: #45AF6D;
}
.AnyTagClassName
{
color: #45AF6D;
}
</style>
background-color css
<style>
a { background-color: #45AF6D; }
a { background-color: rgb(69,175,109); }
div.DivClassName
{
background-color: #45AF6D;
}
.BgClassName
{
background-color: #45AF6D;
}
</style>
border-color css
<style>
span { border-color: #45AF6D; }
span { border-color: rgb(69,175,109); }
td.TdClassName
{
border-color: #45AF6D;
}
.TagClassName
{
border-color: #45AF6D;
}
</style>