Shades of Olivine #8BAF74
Tints of Olivine #8BAF74
RGB
CMYK
RGB Variations
Color information
#8BAF74 (or 0x8BAF74) is known color: Olivine. HEX triplet: 8B, AF and 74. RGB value is (139,175,116). Sum of RGB (Red+Green+Blue) = 139+175+116=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF74 is #74508B. Grayscale: #9D9D9D. Windows color (decimal): -7622796 or 7647115. OLE color: 7647115.
HSL color Cylindrical-coordinate representation of color #8BAF74: hue angle of 96.61º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAF74 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 116 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.31 |
| HSL | 96.61º | 0.27% | 0.57% | - |
| HSV(B) | 96.61º | 0.34% | 0.69% | - |
| XYZ | 29.13 | 37.41 | 22.21 | - |
| YUV | 157.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 116 | 0.21 | 0 | 0.34 | 0.31 | 96.61 | 0.27 | 0.57 |
| Hex | 8B | AF | 74 | 15 | 0 | 22 | 1F | 61 | 1B | 39 |
| Octal | 213 | 257 | 164 | 25 | 0 | 42 | 37 | 141 | 33 | 71 |
| Binary | 10001011 | 10101111 | 1110100 | 10101 | 0 | 100010 | 11111 | 1100001 | 11011 | 111001 |
Color Harmonies of #8BAF74
Complementary color
Monochromatic Colors of #8BAF74
Black with #8BAF74
Text Example
Text Example
White with #8BAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF74; }
p { color: rgb(139,175,116); }
H1.HeaderClassName
{
color: #8BAF74;
}
.AnyTagClassName
{
color: #8BAF74;
}
</style>
background-color css
<style>
a { background-color: #8BAF74; }
a { background-color: rgb(139,175,116); }
div.DivClassName
{
background-color: #8BAF74;
}
.BgClassName
{
background-color: #8BAF74;
}
</style>
border-color css
<style>
span { border-color: #8BAF74; }
span { border-color: rgb(139,175,116); }
td.TdClassName
{
border-color: #8BAF74;
}
.TagClassName
{
border-color: #8BAF74;
}
</style>