Shades of Ocean Green #459B68
Tints of Ocean Green #459B68
RGB
CMYK
RGB Variations
Color information
#459B68 (or 0x459B68) is known color: Ocean Green. HEX triplet: 45, 9B and 68. RGB value is (69,155,104). Sum of RGB (Red+Green+Blue) = 69+155+104=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #459B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B68 is #BA6497. Grayscale: #7B7B7B. Windows color (decimal): -12215448 or 6855493. OLE color: 6855493.
HSL color Cylindrical-coordinate representation of color #459B68: hue angle of 144.42º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B68 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 104 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.39 |
| HSL | 144.42º | 0.38% | 0.44% | - |
| HSV(B) | 144.42º | 0.55% | 0.61% | - |
| XYZ | 16.67 | 25.71 | 17.18 | - |
| YUV | 123.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 104 | 0.55 | 0 | 0.33 | 0.39 | 144.42 | 0.38 | 0.44 |
| Hex | 45 | 9B | 68 | 37 | 0 | 21 | 27 | 90 | 26 | 2C |
| Octal | 105 | 233 | 150 | 67 | 0 | 41 | 47 | 220 | 46 | 54 |
| Binary | 1000101 | 10011011 | 1101000 | 110111 | 0 | 100001 | 100111 | 10010000 | 100110 | 101100 |
Color Harmonies of #459B68
Complementary color
Monochromatic Colors of #459B68
Black with #459B68
Text Example
Text Example
White with #459B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B68; }
p { color: rgb(69,155,104); }
H1.HeaderClassName
{
color: #459B68;
}
.AnyTagClassName
{
color: #459B68;
}
</style>
background-color css
<style>
a { background-color: #459B68; }
a { background-color: rgb(69,155,104); }
div.DivClassName
{
background-color: #459B68;
}
.BgClassName
{
background-color: #459B68;
}
</style>
border-color css
<style>
span { border-color: #459B68; }
span { border-color: rgb(69,155,104); }
td.TdClassName
{
border-color: #459B68;
}
.TagClassName
{
border-color: #459B68;
}
</style>