Shades of Christi #699C1D
Tints of Christi #699C1D
RGB
CMYK
RGB Variations
Color information
#699C1D (or 0x699C1D) is known color: Christi. HEX triplet: 69, 9C and 1D. RGB value is (105,156,29). Sum of RGB (Red+Green+Blue) = 105+156+29=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #699C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C1D is #9663E2. Grayscale: #7E7E7E. Windows color (decimal): -9855971 or 1940585. OLE color: 1940585.
HSL color Cylindrical-coordinate representation of color #699C1D: hue angle of 84.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #699C1D is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 29 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.39 |
| HSL | 84.09º | 0.69% | 0.36% | - |
| HSV(B) | 84.09º | 0.81% | 0.61% | - |
| XYZ | 17.94 | 26.87 | 5.4 | - |
| YUV | 126.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 29 | 0.33 | 0 | 0.81 | 0.39 | 84.09 | 0.69 | 0.36 |
| Hex | 69 | 9C | 1D | 21 | 0 | 51 | 27 | 54 | 45 | 24 |
| Octal | 151 | 234 | 35 | 41 | 0 | 121 | 47 | 124 | 105 | 44 |
| Binary | 1101001 | 10011100 | 11101 | 100001 | 0 | 1010001 | 100111 | 1010100 | 1000101 | 100100 |
Color Harmonies of #699C1D
Complementary color
Monochromatic Colors of #699C1D
Black with #699C1D
Text Example
Text Example
White with #699C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C1D; }
p { color: rgb(105,156,29); }
H1.HeaderClassName
{
color: #699C1D;
}
.AnyTagClassName
{
color: #699C1D;
}
</style>
background-color css
<style>
a { background-color: #699C1D; }
a { background-color: rgb(105,156,29); }
div.DivClassName
{
background-color: #699C1D;
}
.BgClassName
{
background-color: #699C1D;
}
</style>
border-color css
<style>
span { border-color: #699C1D; }
span { border-color: rgb(105,156,29); }
td.TdClassName
{
border-color: #699C1D;
}
.TagClassName
{
border-color: #699C1D;
}
</style>