Shades of Ocean Green #54A76D
Tints of Ocean Green #54A76D
RGB
CMYK
RGB Variations
Color information
#54A76D (or 0x54A76D) is known color: Ocean Green. HEX triplet: 54, A7 and 6D. RGB value is (84,167,109). Sum of RGB (Red+Green+Blue) = 84+167+109=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #54A76D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A76D is #AB5892. Grayscale: #878787. Windows color (decimal): -11229331 or 7186260. OLE color: 7186260.
HSL color Cylindrical-coordinate representation of color #54A76D: hue angle of 138.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A76D is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 167 | 109 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.35 |
| HSL | 138.07º | 0.33% | 0.49% | - |
| HSV(B) | 138.07º | 0.5% | 0.65% | - |
| XYZ | 20.24 | 30.63 | 19.31 | - |
| YUV | 135.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 109 | 0.50 | 0 | 0.35 | 0.35 | 138.07 | 0.33 | 0.49 |
| Hex | 54 | A7 | 6D | 32 | 0 | 23 | 23 | 8A | 21 | 31 |
| Octal | 124 | 247 | 155 | 62 | 0 | 43 | 43 | 212 | 41 | 61 |
| Binary | 1010100 | 10100111 | 1101101 | 110010 | 0 | 100011 | 100011 | 10001010 | 100001 | 110001 |
Color Harmonies of #54A76D
Complementary color
Monochromatic Colors of #54A76D
Black with #54A76D
Text Example
Text Example
White with #54A76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A76D; }
p { color: rgb(84,167,109); }
H1.HeaderClassName
{
color: #54A76D;
}
.AnyTagClassName
{
color: #54A76D;
}
</style>
background-color css
<style>
a { background-color: #54A76D; }
a { background-color: rgb(84,167,109); }
div.DivClassName
{
background-color: #54A76D;
}
.BgClassName
{
background-color: #54A76D;
}
</style>
border-color css
<style>
span { border-color: #54A76D; }
span { border-color: rgb(84,167,109); }
td.TdClassName
{
border-color: #54A76D;
}
.TagClassName
{
border-color: #54A76D;
}
</style>