Shades of Christi #67B825
Tints of Christi #67B825
RGB
CMYK
RGB Variations
Color information
#67B825 (or 0x67B825) is known color: Christi. HEX triplet: 67, B8 and 25. RGB value is (103,184,37). Sum of RGB (Red+Green+Blue) = 103+184+37=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #67B825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B825 is #9847DA. Grayscale: #8F8F8F. Windows color (decimal): -9979867 or 2472039. OLE color: 2472039.
HSL color Cylindrical-coordinate representation of color #67B825: hue angle of 93.06º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67B825 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 37 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.28 |
| HSL | 93.06º | 0.67% | 0.43% | - |
| HSV(B) | 93.06º | 0.8% | 0.72% | - |
| XYZ | 23.07 | 37.3 | 7.73 | - |
| YUV | 143.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 37 | 0.44 | 0 | 0.80 | 0.28 | 93.06 | 0.67 | 0.43 |
| Hex | 67 | B8 | 25 | 2C | 0 | 50 | 1C | 5D | 43 | 2B |
| Octal | 147 | 270 | 45 | 54 | 0 | 120 | 34 | 135 | 103 | 53 |
| Binary | 1100111 | 10111000 | 100101 | 101100 | 0 | 1010000 | 11100 | 1011101 | 1000011 | 101011 |
Color Harmonies of #67B825
Complementary color
Monochromatic Colors of #67B825
Black with #67B825
Text Example
Text Example
White with #67B825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B825; }
p { color: rgb(103,184,37); }
H1.HeaderClassName
{
color: #67B825;
}
.AnyTagClassName
{
color: #67B825;
}
</style>
background-color css
<style>
a { background-color: #67B825; }
a { background-color: rgb(103,184,37); }
div.DivClassName
{
background-color: #67B825;
}
.BgClassName
{
background-color: #67B825;
}
</style>
border-color css
<style>
span { border-color: #67B825; }
span { border-color: rgb(103,184,37); }
td.TdClassName
{
border-color: #67B825;
}
.TagClassName
{
border-color: #67B825;
}
</style>