Shades of Christi #699D03
Tints of Christi #699D03
RGB
CMYK
RGB Variations
Color information
#699D03 (or 0x699D03) is known color: Christi. HEX triplet: 69, 9D and 03. RGB value is (105,157,3). Sum of RGB (Red+Green+Blue) = 105+157+3=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 157 (61.72% from 255 or 59.25% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 157 - color contains mainly: green. Hex color #699D03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699D03 is #9662FC. Grayscale: #7C7C7C. Windows color (decimal): -9855741 or 236905. OLE color: 236905.
HSL color Cylindrical-coordinate representation of color #699D03: hue angle of 80.26º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #699D03 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.38 |
| HSL | 80.26º | 0.96% | 0.31% | - |
| HSV(B) | 80.26º | 0.98% | 0.62% | - |
| XYZ | 17.9 | 27.12 | 4.38 | - |
| YUV | 123.9 | 59.77 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 3 | 0.33 | 0 | 0.98 | 0.38 | 80.26 | 0.96 | 0.31 |
| Hex | 69 | 9D | 3 | 21 | 0 | 62 | 26 | 50 | 60 | 1F |
| Octal | 151 | 235 | 3 | 41 | 0 | 142 | 46 | 120 | 140 | 37 |
| Binary | 1101001 | 10011101 | 11 | 100001 | 0 | 1100010 | 100110 | 1010000 | 1100000 | 11111 |
Color Harmonies of #699D03
Complementary color
Monochromatic Colors of #699D03
Black with #699D03
Text Example
Text Example
White with #699D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D03; }
p { color: rgb(105,157,3); }
H1.HeaderClassName
{
color: #699D03;
}
.AnyTagClassName
{
color: #699D03;
}
</style>
background-color css
<style>
a { background-color: #699D03; }
a { background-color: rgb(105,157,3); }
div.DivClassName
{
background-color: #699D03;
}
.BgClassName
{
background-color: #699D03;
}
</style>
border-color css
<style>
span { border-color: #699D03; }
span { border-color: rgb(105,157,3); }
td.TdClassName
{
border-color: #699D03;
}
.TagClassName
{
border-color: #699D03;
}
</style>