Shades of Christi #699D08
Tints of Christi #699D08
RGB
CMYK
RGB Variations
Color information
#699D08 (or 0x699D08) is known color: Christi. HEX triplet: 69, 9D and 08. RGB value is (105,157,8). Sum of RGB (Red+Green+Blue) = 105+157+8=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #699D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699D08 is #9662F7. Grayscale: #7D7D7D. Windows color (decimal): -9855736 or 564585. OLE color: 564585.
HSL color Cylindrical-coordinate representation of color #699D08: hue angle of 80.94º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #699D08 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 8 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.38 |
| HSL | 80.94º | 0.9% | 0.32% | - |
| HSV(B) | 80.94º | 0.95% | 0.62% | - |
| XYZ | 17.93 | 27.13 | 4.52 | - |
| YUV | 124.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 8 | 0.33 | 0 | 0.95 | 0.38 | 80.94 | 0.9 | 0.32 |
| Hex | 69 | 9D | 8 | 21 | 0 | 5F | 26 | 51 | 5A | 20 |
| Octal | 151 | 235 | 10 | 41 | 0 | 137 | 46 | 121 | 132 | 40 |
| Binary | 1101001 | 10011101 | 1000 | 100001 | 0 | 1011111 | 100110 | 1010001 | 1011010 | 100000 |
Color Harmonies of #699D08
Complementary color
Monochromatic Colors of #699D08
Black with #699D08
Text Example
Text Example
White with #699D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D08; }
p { color: rgb(105,157,8); }
H1.HeaderClassName
{
color: #699D08;
}
.AnyTagClassName
{
color: #699D08;
}
</style>
background-color css
<style>
a { background-color: #699D08; }
a { background-color: rgb(105,157,8); }
div.DivClassName
{
background-color: #699D08;
}
.BgClassName
{
background-color: #699D08;
}
</style>
border-color css
<style>
span { border-color: #699D08; }
span { border-color: rgb(105,157,8); }
td.TdClassName
{
border-color: #699D08;
}
.TagClassName
{
border-color: #699D08;
}
</style>