Shades of Conifer #B7D761
Tints of Conifer #B7D761
RGB
CMYK
RGB Variations
Color information
#B7D761 (or 0xB7D761) is known color: Conifer. HEX triplet: B7, D7 and 61. RGB value is (183,215,97). Sum of RGB (Red+Green+Blue) = 183+215+97=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D761 is #48289E. Grayscale: #C0C0C0. Windows color (decimal): -4728991 or 6412215. OLE color: 6412215.
HSL color Cylindrical-coordinate representation of color #B7D761: hue angle of 76.27º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D761 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 97 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.16 |
| HSL | 76.27º | 0.6% | 0.61% | - |
| HSV(B) | 76.27º | 0.55% | 0.84% | - |
| XYZ | 45.99 | 59.53 | 20.38 | - |
| YUV | 191.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 97 | 0.15 | 0 | 0.55 | 0.16 | 76.27 | 0.6 | 0.61 |
| Hex | B7 | D7 | 61 | F | 0 | 37 | 10 | 4C | 3C | 3D |
| Octal | 267 | 327 | 141 | 17 | 0 | 67 | 20 | 114 | 74 | 75 |
| Binary | 10110111 | 11010111 | 1100001 | 1111 | 0 | 110111 | 10000 | 1001100 | 111100 | 111101 |
Color Harmonies of #B7D761
Complementary color
Monochromatic Colors of #B7D761
Black with #B7D761
Text Example
Text Example
White with #B7D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D761; }
p { color: rgb(183,215,97); }
H1.HeaderClassName
{
color: #B7D761;
}
.AnyTagClassName
{
color: #B7D761;
}
</style>
background-color css
<style>
a { background-color: #B7D761; }
a { background-color: rgb(183,215,97); }
div.DivClassName
{
background-color: #B7D761;
}
.BgClassName
{
background-color: #B7D761;
}
</style>
border-color css
<style>
span { border-color: #B7D761; }
span { border-color: rgb(183,215,97); }
td.TdClassName
{
border-color: #B7D761;
}
.TagClassName
{
border-color: #B7D761;
}
</style>