Shades of Christi #67B427
Tints of Christi #67B427
RGB
CMYK
RGB Variations
Color information
#67B427 (or 0x67B427) is known color: Christi. HEX triplet: 67, B4 and 27. RGB value is (103,180,39). Sum of RGB (Red+Green+Blue) = 103+180+39=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #67B427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B427 is #984BD8. Grayscale: #8D8D8D. Windows color (decimal): -9980889 or 2602087. OLE color: 2602087.
HSL color Cylindrical-coordinate representation of color #67B427: hue angle of 92.77º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67B427 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 180 | 39 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.29 |
| HSL | 92.77º | 0.64% | 0.43% | - |
| HSV(B) | 92.77º | 0.78% | 0.71% | - |
| XYZ | 22.28 | 35.67 | 7.63 | - |
| YUV | 140.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 39 | 0.43 | 0 | 0.78 | 0.29 | 92.77 | 0.64 | 0.43 |
| Hex | 67 | B4 | 27 | 2B | 0 | 4E | 1D | 5D | 40 | 2B |
| Octal | 147 | 264 | 47 | 53 | 0 | 116 | 35 | 135 | 100 | 53 |
| Binary | 1100111 | 10110100 | 100111 | 101011 | 0 | 1001110 | 11101 | 1011101 | 1000000 | 101011 |
Color Harmonies of #67B427
Complementary color
Monochromatic Colors of #67B427
Black with #67B427
Text Example
Text Example
White with #67B427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B427; }
p { color: rgb(103,180,39); }
H1.HeaderClassName
{
color: #67B427;
}
.AnyTagClassName
{
color: #67B427;
}
</style>
background-color css
<style>
a { background-color: #67B427; }
a { background-color: rgb(103,180,39); }
div.DivClassName
{
background-color: #67B427;
}
.BgClassName
{
background-color: #67B427;
}
</style>
border-color css
<style>
span { border-color: #67B427; }
span { border-color: rgb(103,180,39); }
td.TdClassName
{
border-color: #67B427;
}
.TagClassName
{
border-color: #67B427;
}
</style>