Shades of Olivine #9BCA68
Tints of Olivine #9BCA68
RGB
CMYK
RGB Variations
Color information
#9BCA68 (or 0x9BCA68) is known color: Olivine. HEX triplet: 9B, CA and 68. RGB value is (155,202,104). Sum of RGB (Red+Green+Blue) = 155+202+104=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA68 is #643597. Grayscale: #B1B1B1. Windows color (decimal): -6567320 or 6867611. OLE color: 6867611.
HSL color Cylindrical-coordinate representation of color #9BCA68: hue angle of 88.78º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BCA68 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 104 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.21 |
| HSL | 88.78º | 0.48% | 0.6% | - |
| HSV(B) | 88.78º | 0.49% | 0.79% | - |
| XYZ | 37.14 | 50.21 | 20.83 | - |
| YUV | 176.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 104 | 0.23 | 0 | 0.49 | 0.21 | 88.78 | 0.48 | 0.6 |
| Hex | 9B | CA | 68 | 17 | 0 | 31 | 15 | 59 | 30 | 3C |
| Octal | 233 | 312 | 150 | 27 | 0 | 61 | 25 | 131 | 60 | 74 |
| Binary | 10011011 | 11001010 | 1101000 | 10111 | 0 | 110001 | 10101 | 1011001 | 110000 | 111100 |
Color Harmonies of #9BCA68
Complementary color
Monochromatic Colors of #9BCA68
Black with #9BCA68
Text Example
Text Example
White with #9BCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA68; }
p { color: rgb(155,202,104); }
H1.HeaderClassName
{
color: #9BCA68;
}
.AnyTagClassName
{
color: #9BCA68;
}
</style>
background-color css
<style>
a { background-color: #9BCA68; }
a { background-color: rgb(155,202,104); }
div.DivClassName
{
background-color: #9BCA68;
}
.BgClassName
{
background-color: #9BCA68;
}
</style>
border-color css
<style>
span { border-color: #9BCA68; }
span { border-color: rgb(155,202,104); }
td.TdClassName
{
border-color: #9BCA68;
}
.TagClassName
{
border-color: #9BCA68;
}
</style>