Shades of Christi #67B614
Tints of Christi #67B614
RGB
CMYK
RGB Variations
Color information
#67B614 (or 0x67B614) is known color: Christi. HEX triplet: 67, B6 and 14. RGB value is (103,182,20). Sum of RGB (Red+Green+Blue) = 103+182+20=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #67B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B614 is #9849EB. Grayscale: #8C8C8C. Windows color (decimal): -9980396 or 1357415. OLE color: 1357415.
HSL color Cylindrical-coordinate representation of color #67B614: hue angle of 89.26º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67B614 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 182 | 20 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.29 |
| HSL | 89.26º | 0.8% | 0.4% | - |
| HSV(B) | 89.26º | 0.89% | 0.71% | - |
| XYZ | 22.45 | 36.39 | 6.5 | - |
| YUV | 139.91 | 60.33 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 182 | 20 | 0.43 | 0 | 0.89 | 0.29 | 89.26 | 0.8 | 0.4 |
| Hex | 67 | B6 | 14 | 2B | 0 | 59 | 1D | 59 | 50 | 28 |
| Octal | 147 | 266 | 24 | 53 | 0 | 131 | 35 | 131 | 120 | 50 |
| Binary | 1100111 | 10110110 | 10100 | 101011 | 0 | 1011001 | 11101 | 1011001 | 1010000 | 101000 |
Color Harmonies of #67B614
Complementary color
Monochromatic Colors of #67B614
Black with #67B614
Text Example
Text Example
White with #67B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B614; }
p { color: rgb(103,182,20); }
H1.HeaderClassName
{
color: #67B614;
}
.AnyTagClassName
{
color: #67B614;
}
</style>
background-color css
<style>
a { background-color: #67B614; }
a { background-color: rgb(103,182,20); }
div.DivClassName
{
background-color: #67B614;
}
.BgClassName
{
background-color: #67B614;
}
</style>
border-color css
<style>
span { border-color: #67B614; }
span { border-color: rgb(103,182,20); }
td.TdClassName
{
border-color: #67B614;
}
.TagClassName
{
border-color: #67B614;
}
</style>