Shades of Ocean Green #45AF70
Tints of Ocean Green #45AF70
RGB
CMYK
RGB Variations
Color information
#45AF70 (or 0x45AF70) is known color: Ocean Green. HEX triplet: 45, AF and 70. RGB value is (69,175,112). Sum of RGB (Red+Green+Blue) = 69+175+112=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AF70 is #BA508F. Grayscale: #888888. Windows color (decimal): -12210320 or 7384901. OLE color: 7384901.
HSL color Cylindrical-coordinate representation of color #45AF70: hue angle of 144.34º 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 #45AF70 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 112 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.31 |
| HSL | 144.34º | 0.43% | 0.48% | - |
| HSV(B) | 144.34º | 0.61% | 0.69% | - |
| XYZ | 20.71 | 33.1 | 20.63 | - |
| YUV | 136.12 | 114.38 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 112 | 0.61 | 0 | 0.36 | 0.31 | 144.34 | 0.43 | 0.48 |
| Hex | 45 | AF | 70 | 3D | 0 | 24 | 1F | 90 | 2B | 30 |
| Octal | 105 | 257 | 160 | 75 | 0 | 44 | 37 | 220 | 53 | 60 |
| Binary | 1000101 | 10101111 | 1110000 | 111101 | 0 | 100100 | 11111 | 10010000 | 101011 | 110000 |
Color Harmonies of #45AF70
Complementary color
Monochromatic Colors of #45AF70
Black with #45AF70
Text Example
Text Example
White with #45AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF70; }
p { color: rgb(69,175,112); }
H1.HeaderClassName
{
color: #45AF70;
}
.AnyTagClassName
{
color: #45AF70;
}
</style>
background-color css
<style>
a { background-color: #45AF70; }
a { background-color: rgb(69,175,112); }
div.DivClassName
{
background-color: #45AF70;
}
.BgClassName
{
background-color: #45AF70;
}
</style>
border-color css
<style>
span { border-color: #45AF70; }
span { border-color: rgb(69,175,112); }
td.TdClassName
{
border-color: #45AF70;
}
.TagClassName
{
border-color: #45AF70;
}
</style>