Shades of Christi #6AAA23
Tints of Christi #6AAA23
RGB
CMYK
RGB Variations
Color information
#6AAA23 (or 0x6AAA23) is known color: Christi. HEX triplet: 6A, AA and 23. RGB value is (106,170,35). Sum of RGB (Red+Green+Blue) = 106+170+35=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA23 is #9555DC. Grayscale: #878787. Windows color (decimal): -9786845 or 2337386. OLE color: 2337386.
HSL color Cylindrical-coordinate representation of color #6AAA23: hue angle of 88.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6AAA23 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 35 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.33 |
| HSL | 88.44º | 0.66% | 0.4% | - |
| HSV(B) | 88.44º | 0.79% | 0.67% | - |
| XYZ | 20.62 | 31.93 | 6.67 | - |
| YUV | 135.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 35 | 0.38 | 0 | 0.79 | 0.33 | 88.44 | 0.66 | 0.4 |
| Hex | 6A | AA | 23 | 26 | 0 | 4F | 21 | 58 | 42 | 28 |
| Octal | 152 | 252 | 43 | 46 | 0 | 117 | 41 | 130 | 102 | 50 |
| Binary | 1101010 | 10101010 | 100011 | 100110 | 0 | 1001111 | 100001 | 1011000 | 1000010 | 101000 |
Color Harmonies of #6AAA23
Complementary color
Monochromatic Colors of #6AAA23
Black with #6AAA23
Text Example
Text Example
White with #6AAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA23; }
p { color: rgb(106,170,35); }
H1.HeaderClassName
{
color: #6AAA23;
}
.AnyTagClassName
{
color: #6AAA23;
}
</style>
background-color css
<style>
a { background-color: #6AAA23; }
a { background-color: rgb(106,170,35); }
div.DivClassName
{
background-color: #6AAA23;
}
.BgClassName
{
background-color: #6AAA23;
}
</style>
border-color css
<style>
span { border-color: #6AAA23; }
span { border-color: rgb(106,170,35); }
td.TdClassName
{
border-color: #6AAA23;
}
.TagClassName
{
border-color: #6AAA23;
}
</style>