Shades of Olivine #90BC67
Tints of Olivine #90BC67
RGB
CMYK
RGB Variations
Color information
#90BC67 (or 0x90BC67) is known color: Olivine. HEX triplet: 90, BC and 67. RGB value is (144,188,103). Sum of RGB (Red+Green+Blue) = 144+188+103=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC67 is #6F4398. Grayscale: #A5A5A5. Windows color (decimal): -7291801 or 6798480. OLE color: 6798480.
HSL color Cylindrical-coordinate representation of color #90BC67: hue angle of 91.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90BC67 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 103 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.26 |
| HSL | 91.06º | 0.39% | 0.57% | - |
| HSV(B) | 91.06º | 0.45% | 0.74% | - |
| XYZ | 31.93 | 42.88 | 19.42 | - |
| YUV | 165.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 103 | 0.23 | 0 | 0.45 | 0.26 | 91.06 | 0.39 | 0.57 |
| Hex | 90 | BC | 67 | 17 | 0 | 2D | 1A | 5B | 27 | 39 |
| Octal | 220 | 274 | 147 | 27 | 0 | 55 | 32 | 133 | 47 | 71 |
| Binary | 10010000 | 10111100 | 1100111 | 10111 | 0 | 101101 | 11010 | 1011011 | 100111 | 111001 |
Color Harmonies of #90BC67
Complementary color
Monochromatic Colors of #90BC67
Black with #90BC67
Text Example
Text Example
White with #90BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC67; }
p { color: rgb(144,188,103); }
H1.HeaderClassName
{
color: #90BC67;
}
.AnyTagClassName
{
color: #90BC67;
}
</style>
background-color css
<style>
a { background-color: #90BC67; }
a { background-color: rgb(144,188,103); }
div.DivClassName
{
background-color: #90BC67;
}
.BgClassName
{
background-color: #90BC67;
}
</style>
border-color css
<style>
span { border-color: #90BC67; }
span { border-color: rgb(144,188,103); }
td.TdClassName
{
border-color: #90BC67;
}
.TagClassName
{
border-color: #90BC67;
}
</style>