Shades of Christi #6FBE1D
Tints of Christi #6FBE1D
RGB
CMYK
RGB Variations
Color information
#6FBE1D (or 0x6FBE1D) is known color: Christi. HEX triplet: 6F, BE and 1D. RGB value is (111,190,29). Sum of RGB (Red+Green+Blue) = 111+190+29=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE1D is #9041E2. Grayscale: #949494. Windows color (decimal): -9454051 or 1949295. OLE color: 1949295.
HSL color Cylindrical-coordinate representation of color #6FBE1D: hue angle of 89.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6FBE1D is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 29 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.25 |
| HSL | 89.44º | 0.74% | 0.43% | - |
| HSV(B) | 89.44º | 0.85% | 0.75% | - |
| XYZ | 25.19 | 40.3 | 7.61 | - |
| YUV | 148.03 | 60.83 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 29 | 0.42 | 0 | 0.85 | 0.25 | 89.44 | 0.74 | 0.43 |
| Hex | 6F | BE | 1D | 2A | 0 | 55 | 19 | 59 | 4A | 2B |
| Octal | 157 | 276 | 35 | 52 | 0 | 125 | 31 | 131 | 112 | 53 |
| Binary | 1101111 | 10111110 | 11101 | 101010 | 0 | 1010101 | 11001 | 1011001 | 1001010 | 101011 |
Color Harmonies of #6FBE1D
Complementary color
Monochromatic Colors of #6FBE1D
Black with #6FBE1D
Text Example
Text Example
White with #6FBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE1D; }
p { color: rgb(111,190,29); }
H1.HeaderClassName
{
color: #6FBE1D;
}
.AnyTagClassName
{
color: #6FBE1D;
}
</style>
background-color css
<style>
a { background-color: #6FBE1D; }
a { background-color: rgb(111,190,29); }
div.DivClassName
{
background-color: #6FBE1D;
}
.BgClassName
{
background-color: #6FBE1D;
}
</style>
border-color css
<style>
span { border-color: #6FBE1D; }
span { border-color: rgb(111,190,29); }
td.TdClassName
{
border-color: #6FBE1D;
}
.TagClassName
{
border-color: #6FBE1D;
}
</style>