Shades of Olivine #92C674
Tints of Olivine #92C674
RGB
CMYK
RGB Variations
Color information
#92C674 (or 0x92C674) is known color: Olivine. HEX triplet: 92, C6 and 74. RGB value is (146,198,116). Sum of RGB (Red+Green+Blue) = 146+198+116=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #92C674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C674 is #6D398B. Grayscale: #ADADAD. Windows color (decimal): -7158156 or 7653010. OLE color: 7653010.
HSL color Cylindrical-coordinate representation of color #92C674: hue angle of 98.05º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92C674 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 116 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.22 |
| HSL | 98.05º | 0.42% | 0.62% | - |
| HSV(B) | 98.05º | 0.41% | 0.78% | - |
| XYZ | 35.2 | 47.76 | 23.89 | - |
| YUV | 173.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 116 | 0.26 | 0 | 0.41 | 0.22 | 98.05 | 0.42 | 0.62 |
| Hex | 92 | C6 | 74 | 1A | 0 | 29 | 16 | 62 | 2A | 3E |
| Octal | 222 | 306 | 164 | 32 | 0 | 51 | 26 | 142 | 52 | 76 |
| Binary | 10010010 | 11000110 | 1110100 | 11010 | 0 | 101001 | 10110 | 1100010 | 101010 | 111110 |
Color Harmonies of #92C674
Complementary color
Monochromatic Colors of #92C674
Black with #92C674
Text Example
Text Example
White with #92C674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C674; }
p { color: rgb(146,198,116); }
H1.HeaderClassName
{
color: #92C674;
}
.AnyTagClassName
{
color: #92C674;
}
</style>
background-color css
<style>
a { background-color: #92C674; }
a { background-color: rgb(146,198,116); }
div.DivClassName
{
background-color: #92C674;
}
.BgClassName
{
background-color: #92C674;
}
</style>
border-color css
<style>
span { border-color: #92C674; }
span { border-color: rgb(146,198,116); }
td.TdClassName
{
border-color: #92C674;
}
.TagClassName
{
border-color: #92C674;
}
</style>