Shades of Christi #6FBE1F
Tints of Christi #6FBE1F
RGB
CMYK
RGB Variations
Color information
#6FBE1F (or 0x6FBE1F) is known color: Christi. HEX triplet: 6F, BE and 1F. RGB value is (111,190,31). Sum of RGB (Red+Green+Blue) = 111+190+31=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE1F is #9041E0. Grayscale: #949494. Windows color (decimal): -9454049 or 2080367. OLE color: 2080367.
HSL color Cylindrical-coordinate representation of color #6FBE1F: hue angle of 89.81º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6FBE1F is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 31 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.25 |
| HSL | 89.81º | 0.72% | 0.43% | - |
| HSV(B) | 89.81º | 0.84% | 0.75% | - |
| XYZ | 25.22 | 40.31 | 7.75 | - |
| YUV | 148.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 31 | 0.42 | 0 | 0.84 | 0.25 | 89.81 | 0.72 | 0.43 |
| Hex | 6F | BE | 1F | 2A | 0 | 54 | 19 | 5A | 48 | 2B |
| Octal | 157 | 276 | 37 | 52 | 0 | 124 | 31 | 132 | 110 | 53 |
| Binary | 1101111 | 10111110 | 11111 | 101010 | 0 | 1010100 | 11001 | 1011010 | 1001000 | 101011 |
Color Harmonies of #6FBE1F
Complementary color
Monochromatic Colors of #6FBE1F
Black with #6FBE1F
Text Example
Text Example
White with #6FBE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE1F; }
p { color: rgb(111,190,31); }
H1.HeaderClassName
{
color: #6FBE1F;
}
.AnyTagClassName
{
color: #6FBE1F;
}
</style>
background-color css
<style>
a { background-color: #6FBE1F; }
a { background-color: rgb(111,190,31); }
div.DivClassName
{
background-color: #6FBE1F;
}
.BgClassName
{
background-color: #6FBE1F;
}
</style>
border-color css
<style>
span { border-color: #6FBE1F; }
span { border-color: rgb(111,190,31); }
td.TdClassName
{
border-color: #6FBE1F;
}
.TagClassName
{
border-color: #6FBE1F;
}
</style>