Shades of Christi #699C06
Tints of Christi #699C06
RGB
CMYK
RGB Variations
Color information
#699C06 (or 0x699C06) is known color: Christi. HEX triplet: 69, 9C and 06. RGB value is (105,156,6). Sum of RGB (Red+Green+Blue) = 105+156+6=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #699C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699C06 is #9663F9. Grayscale: #7C7C7C. Windows color (decimal): -9855994 or 433257. OLE color: 433257.
HSL color Cylindrical-coordinate representation of color #699C06: hue angle of 80.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #699C06 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 6 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.39 |
| HSL | 80.4º | 0.93% | 0.32% | - |
| HSV(B) | 80.4º | 0.96% | 0.61% | - |
| XYZ | 17.75 | 26.79 | 4.41 | - |
| YUV | 123.65 | 61.6 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 6 | 0.33 | 0 | 0.96 | 0.39 | 80.4 | 0.93 | 0.32 |
| Hex | 69 | 9C | 6 | 21 | 0 | 60 | 27 | 50 | 5D | 20 |
| Octal | 151 | 234 | 6 | 41 | 0 | 140 | 47 | 120 | 135 | 40 |
| Binary | 1101001 | 10011100 | 110 | 100001 | 0 | 1100000 | 100111 | 1010000 | 1011101 | 100000 |
Color Harmonies of #699C06
Complementary color
Monochromatic Colors of #699C06
Black with #699C06
Text Example
Text Example
White with #699C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C06; }
p { color: rgb(105,156,6); }
H1.HeaderClassName
{
color: #699C06;
}
.AnyTagClassName
{
color: #699C06;
}
</style>
background-color css
<style>
a { background-color: #699C06; }
a { background-color: rgb(105,156,6); }
div.DivClassName
{
background-color: #699C06;
}
.BgClassName
{
background-color: #699C06;
}
</style>
border-color css
<style>
span { border-color: #699C06; }
span { border-color: rgb(105,156,6); }
td.TdClassName
{
border-color: #699C06;
}
.TagClassName
{
border-color: #699C06;
}
</style>