Shades of Olivine #90AF6D
Tints of Olivine #90AF6D
RGB
CMYK
RGB Variations
Color information
#90AF6D (or 0x90AF6D) is known color: Olivine. HEX triplet: 90, AF and 6D. RGB value is (144,175,109). Sum of RGB (Red+Green+Blue) = 144+175+109=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AF6D is #6F5092. Grayscale: #9E9E9E. Windows color (decimal): -7295123 or 7188368. OLE color: 7188368.
HSL color Cylindrical-coordinate representation of color #90AF6D: hue angle of 88.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90AF6D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 109 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.31 |
| HSL | 88.18º | 0.29% | 0.56% | - |
| HSV(B) | 88.18º | 0.38% | 0.69% | - |
| XYZ | 29.59 | 37.69 | 20.18 | - |
| YUV | 158.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 109 | 0.18 | 0 | 0.38 | 0.31 | 88.18 | 0.29 | 0.56 |
| Hex | 90 | AF | 6D | 12 | 0 | 26 | 1F | 58 | 1D | 38 |
| Octal | 220 | 257 | 155 | 22 | 0 | 46 | 37 | 130 | 35 | 70 |
| Binary | 10010000 | 10101111 | 1101101 | 10010 | 0 | 100110 | 11111 | 1011000 | 11101 | 111000 |
Color Harmonies of #90AF6D
Complementary color
Monochromatic Colors of #90AF6D
Black with #90AF6D
Text Example
Text Example
White with #90AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF6D; }
p { color: rgb(144,175,109); }
H1.HeaderClassName
{
color: #90AF6D;
}
.AnyTagClassName
{
color: #90AF6D;
}
</style>
background-color css
<style>
a { background-color: #90AF6D; }
a { background-color: rgb(144,175,109); }
div.DivClassName
{
background-color: #90AF6D;
}
.BgClassName
{
background-color: #90AF6D;
}
</style>
border-color css
<style>
span { border-color: #90AF6D; }
span { border-color: rgb(144,175,109); }
td.TdClassName
{
border-color: #90AF6D;
}
.TagClassName
{
border-color: #90AF6D;
}
</style>