Shades of Christi #6B9D1D
Tints of Christi #6B9D1D
RGB
CMYK
RGB Variations
Color information
#6B9D1D (or 0x6B9D1D) is known color: Christi. HEX triplet: 6B, 9D and 1D. RGB value is (107,157,29). Sum of RGB (Red+Green+Blue) = 107+157+29=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #6B9D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9D1D is #9462E2. Grayscale: #7F7F7F. Windows color (decimal): -9724643 or 1940843. OLE color: 1940843.
HSL color Cylindrical-coordinate representation of color #6B9D1D: hue angle of 83.44º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B9D1D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 157 | 29 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.38 |
| HSL | 83.44º | 0.69% | 0.36% | - |
| HSV(B) | 83.44º | 0.82% | 0.62% | - |
| XYZ | 18.34 | 27.33 | 5.47 | - |
| YUV | 127.46 | 72.44 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 29 | 0.32 | 0 | 0.82 | 0.38 | 83.44 | 0.69 | 0.36 |
| Hex | 6B | 9D | 1D | 20 | 0 | 52 | 26 | 53 | 45 | 24 |
| Octal | 153 | 235 | 35 | 40 | 0 | 122 | 46 | 123 | 105 | 44 |
| Binary | 1101011 | 10011101 | 11101 | 100000 | 0 | 1010010 | 100110 | 1010011 | 1000101 | 100100 |
Color Harmonies of #6B9D1D
Complementary color
Monochromatic Colors of #6B9D1D
Black with #6B9D1D
Text Example
Text Example
White with #6B9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9D1D; }
p { color: rgb(107,157,29); }
H1.HeaderClassName
{
color: #6B9D1D;
}
.AnyTagClassName
{
color: #6B9D1D;
}
</style>
background-color css
<style>
a { background-color: #6B9D1D; }
a { background-color: rgb(107,157,29); }
div.DivClassName
{
background-color: #6B9D1D;
}
.BgClassName
{
background-color: #6B9D1D;
}
</style>
border-color css
<style>
span { border-color: #6B9D1D; }
span { border-color: rgb(107,157,29); }
td.TdClassName
{
border-color: #6B9D1D;
}
.TagClassName
{
border-color: #6B9D1D;
}
</style>