Shades of Ocean Green #62B07D
Tints of Ocean Green #62B07D
RGB
CMYK
RGB Variations
Color information
#62B07D (or 0x62B07D) is known color: Ocean Green. HEX triplet: 62, B0 and 7D. RGB value is (98,176,125). Sum of RGB (Red+Green+Blue) = 98+176+125=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #62B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B07D is #9D4F82. Grayscale: #929292. Windows color (decimal): -10309507 or 8237154. OLE color: 8237154.
HSL color Cylindrical-coordinate representation of color #62B07D: hue angle of 140.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62B07D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 176 | 125 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.31 |
| HSL | 140.77º | 0.33% | 0.54% | - |
| HSV(B) | 140.77º | 0.44% | 0.69% | - |
| XYZ | 24.26 | 35.13 | 24.9 | - |
| YUV | 146.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 125 | 0.44 | 0 | 0.29 | 0.31 | 140.77 | 0.33 | 0.54 |
| Hex | 62 | B0 | 7D | 2C | 0 | 1D | 1F | 8D | 21 | 36 |
| Octal | 142 | 260 | 175 | 54 | 0 | 35 | 37 | 215 | 41 | 66 |
| Binary | 1100010 | 10110000 | 1111101 | 101100 | 0 | 11101 | 11111 | 10001101 | 100001 | 110110 |
Color Harmonies of #62B07D
Complementary color
Monochromatic Colors of #62B07D
Black with #62B07D
Text Example
Text Example
White with #62B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B07D; }
p { color: rgb(98,176,125); }
H1.HeaderClassName
{
color: #62B07D;
}
.AnyTagClassName
{
color: #62B07D;
}
</style>
background-color css
<style>
a { background-color: #62B07D; }
a { background-color: rgb(98,176,125); }
div.DivClassName
{
background-color: #62B07D;
}
.BgClassName
{
background-color: #62B07D;
}
</style>
border-color css
<style>
span { border-color: #62B07D; }
span { border-color: rgb(98,176,125); }
td.TdClassName
{
border-color: #62B07D;
}
.TagClassName
{
border-color: #62B07D;
}
</style>