Shades of Dark Sea Green #92B68A
Tints of Dark Sea Green #92B68A
RGB
CMYK
RGB Variations
Color information
#92B68A (or 0x92B68A) is known color: Dark Sea Green. HEX triplet: 92, B6 and 8A. RGB value is (146,182,138). Sum of RGB (Red+Green+Blue) = 146+182+138=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #92B68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B68A is #6D4975. Grayscale: #A6A6A6. Windows color (decimal): -7162230 or 9090706. OLE color: 9090706.
HSL color Cylindrical-coordinate representation of color #92B68A: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92B68A is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 182 | 138 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.29 |
| HSL | 109.09º | 0.23% | 0.63% | - |
| HSV(B) | 109.09º | 0.24% | 0.71% | - |
| XYZ | 33.17 | 41.4 | 30.29 | - |
| YUV | 166.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 182 | 138 | 0.20 | 0 | 0.24 | 0.29 | 109.09 | 0.23 | 0.63 |
| Hex | 92 | B6 | 8A | 14 | 0 | 18 | 1D | 6D | 17 | 3F |
| Octal | 222 | 266 | 212 | 24 | 0 | 30 | 35 | 155 | 27 | 77 |
| Binary | 10010010 | 10110110 | 10001010 | 10100 | 0 | 11000 | 11101 | 1101101 | 10111 | 111111 |
Color Harmonies of #92B68A
Complementary color
Monochromatic Colors of #92B68A
Black with #92B68A
Text Example
Text Example
White with #92B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B68A; }
p { color: rgb(146,182,138); }
H1.HeaderClassName
{
color: #92B68A;
}
.AnyTagClassName
{
color: #92B68A;
}
</style>
background-color css
<style>
a { background-color: #92B68A; }
a { background-color: rgb(146,182,138); }
div.DivClassName
{
background-color: #92B68A;
}
.BgClassName
{
background-color: #92B68A;
}
</style>
border-color css
<style>
span { border-color: #92B68A; }
span { border-color: rgb(146,182,138); }
td.TdClassName
{
border-color: #92B68A;
}
.TagClassName
{
border-color: #92B68A;
}
</style>