Shades of Olivine #92C377
Tints of Olivine #92C377
RGB
CMYK
RGB Variations
Color information
#92C377 (or 0x92C377) is known color: Olivine. HEX triplet: 92, C3 and 77. RGB value is (146,195,119). Sum of RGB (Red+Green+Blue) = 146+195+119=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #92C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C377 is #6D3C88. Grayscale: #ABABAB. Windows color (decimal): -7158921 or 7848850. OLE color: 7848850.
HSL color Cylindrical-coordinate representation of color #92C377: hue angle of 98.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C377 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 119 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.24 |
| HSL | 98.68º | 0.39% | 0.62% | - |
| HSV(B) | 98.68º | 0.39% | 0.76% | - |
| XYZ | 34.7 | 46.47 | 24.59 | - |
| YUV | 171.69 | 98.27 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 119 | 0.25 | 0 | 0.39 | 0.24 | 98.68 | 0.39 | 0.62 |
| Hex | 92 | C3 | 77 | 19 | 0 | 27 | 18 | 63 | 27 | 3E |
| Octal | 222 | 303 | 167 | 31 | 0 | 47 | 30 | 143 | 47 | 76 |
| Binary | 10010010 | 11000011 | 1110111 | 11001 | 0 | 100111 | 11000 | 1100011 | 100111 | 111110 |
Color Harmonies of #92C377
Complementary color
Monochromatic Colors of #92C377
Black with #92C377
Text Example
Text Example
White with #92C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C377; }
p { color: rgb(146,195,119); }
H1.HeaderClassName
{
color: #92C377;
}
.AnyTagClassName
{
color: #92C377;
}
</style>
background-color css
<style>
a { background-color: #92C377; }
a { background-color: rgb(146,195,119); }
div.DivClassName
{
background-color: #92C377;
}
.BgClassName
{
background-color: #92C377;
}
</style>
border-color css
<style>
span { border-color: #92C377; }
span { border-color: rgb(146,195,119); }
td.TdClassName
{
border-color: #92C377;
}
.TagClassName
{
border-color: #92C377;
}
</style>