Shades of Olivine #90C26C
Tints of Olivine #90C26C
RGB
CMYK
RGB Variations
Color information
#90C26C (or 0x90C26C) is known color: Olivine. HEX triplet: 90, C2 and 6C. RGB value is (144,194,108). Sum of RGB (Red+Green+Blue) = 144+194+108=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #90C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C26C is #6F3D93. Grayscale: #A9A9A9. Windows color (decimal): -7290260 or 7127696. OLE color: 7127696.
HSL color Cylindrical-coordinate representation of color #90C26C: hue angle of 94.88º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90C26C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 108 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.24 |
| HSL | 94.88º | 0.41% | 0.59% | - |
| HSV(B) | 94.88º | 0.44% | 0.76% | - |
| XYZ | 33.5 | 45.6 | 21.22 | - |
| YUV | 169.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 108 | 0.26 | 0 | 0.44 | 0.24 | 94.88 | 0.41 | 0.59 |
| Hex | 90 | C2 | 6C | 1A | 0 | 2C | 18 | 5F | 29 | 3B |
| Octal | 220 | 302 | 154 | 32 | 0 | 54 | 30 | 137 | 51 | 73 |
| Binary | 10010000 | 11000010 | 1101100 | 11010 | 0 | 101100 | 11000 | 1011111 | 101001 | 111011 |
Color Harmonies of #90C26C
Complementary color
Monochromatic Colors of #90C26C
Black with #90C26C
Text Example
Text Example
White with #90C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C26C; }
p { color: rgb(144,194,108); }
H1.HeaderClassName
{
color: #90C26C;
}
.AnyTagClassName
{
color: #90C26C;
}
</style>
background-color css
<style>
a { background-color: #90C26C; }
a { background-color: rgb(144,194,108); }
div.DivClassName
{
background-color: #90C26C;
}
.BgClassName
{
background-color: #90C26C;
}
</style>
border-color css
<style>
span { border-color: #90C26C; }
span { border-color: rgb(144,194,108); }
td.TdClassName
{
border-color: #90C26C;
}
.TagClassName
{
border-color: #90C26C;
}
</style>