Shades of Ocean Green #43A77A
Tints of Ocean Green #43A77A
RGB
CMYK
RGB Variations
Color information
#43A77A (or 0x43A77A) is known color: Ocean Green. HEX triplet: 43, A7 and 7A. RGB value is (67,167,122). Sum of RGB (Red+Green+Blue) = 67+167+122=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #43A77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A77A is #BC5885. Grayscale: #848484. Windows color (decimal): -12343430 or 8038211. OLE color: 8038211.
HSL color Cylindrical-coordinate representation of color #43A77A: hue angle of 153º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A77A is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 167 | 122 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.35 |
| HSL | 153º | 0.43% | 0.46% | - |
| HSV(B) | 153º | 0.6% | 0.65% | - |
| XYZ | 19.65 | 30.24 | 23.21 | - |
| YUV | 131.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 167 | 122 | 0.60 | 0 | 0.27 | 0.35 | 153 | 0.43 | 0.46 |
| Hex | 43 | A7 | 7A | 3C | 0 | 1B | 23 | 99 | 2B | 2E |
| Octal | 103 | 247 | 172 | 74 | 0 | 33 | 43 | 231 | 53 | 56 |
| Binary | 1000011 | 10100111 | 1111010 | 111100 | 0 | 11011 | 100011 | 10011001 | 101011 | 101110 |
Color Harmonies of #43A77A
Complementary color
Monochromatic Colors of #43A77A
Black with #43A77A
Text Example
Text Example
White with #43A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A77A; }
p { color: rgb(67,167,122); }
H1.HeaderClassName
{
color: #43A77A;
}
.AnyTagClassName
{
color: #43A77A;
}
</style>
background-color css
<style>
a { background-color: #43A77A; }
a { background-color: rgb(67,167,122); }
div.DivClassName
{
background-color: #43A77A;
}
.BgClassName
{
background-color: #43A77A;
}
</style>
border-color css
<style>
span { border-color: #43A77A; }
span { border-color: rgb(67,167,122); }
td.TdClassName
{
border-color: #43A77A;
}
.TagClassName
{
border-color: #43A77A;
}
</style>