Shades of Christi #67B31F
Tints of Christi #67B31F
RGB
CMYK
RGB Variations
Color information
#67B31F (or 0x67B31F) is known color: Christi. HEX triplet: 67, B3 and 1F. RGB value is (103,179,31). Sum of RGB (Red+Green+Blue) = 103+179+31=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 179 (70.31% from 255 or 57.19% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 179 - color contains mainly: green. Hex color #67B31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B31F is #984CE0. Grayscale: #8B8B8B. Windows color (decimal): -9981153 or 2077543. OLE color: 2077543.
HSL color Cylindrical-coordinate representation of color #67B31F: hue angle of 90.81º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67B31F is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 31 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.30 |
| HSL | 90.81º | 0.7% | 0.41% | - |
| HSV(B) | 90.81º | 0.83% | 0.7% | - |
| XYZ | 21.96 | 35.22 | 6.94 | - |
| YUV | 139.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 31 | 0.42 | 0 | 0.83 | 0.30 | 90.81 | 0.7 | 0.41 |
| Hex | 67 | B3 | 1F | 2A | 0 | 53 | 1E | 5B | 46 | 29 |
| Octal | 147 | 263 | 37 | 52 | 0 | 123 | 36 | 133 | 106 | 51 |
| Binary | 1100111 | 10110011 | 11111 | 101010 | 0 | 1010011 | 11110 | 1011011 | 1000110 | 101001 |
Color Harmonies of #67B31F
Complementary color
Monochromatic Colors of #67B31F
Black with #67B31F
Text Example
Text Example
White with #67B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B31F; }
p { color: rgb(103,179,31); }
H1.HeaderClassName
{
color: #67B31F;
}
.AnyTagClassName
{
color: #67B31F;
}
</style>
background-color css
<style>
a { background-color: #67B31F; }
a { background-color: rgb(103,179,31); }
div.DivClassName
{
background-color: #67B31F;
}
.BgClassName
{
background-color: #67B31F;
}
</style>
border-color css
<style>
span { border-color: #67B31F; }
span { border-color: rgb(103,179,31); }
td.TdClassName
{
border-color: #67B31F;
}
.TagClassName
{
border-color: #67B31F;
}
</style>