Shades of Christi #6AA508
Tints of Christi #6AA508
RGB
CMYK
RGB Variations
Color information
#6AA508 (or 0x6AA508) is known color: Christi. HEX triplet: 6A, A5 and 08. RGB value is (106,165,8). Sum of RGB (Red+Green+Blue) = 106+165+8=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA508 is #955AF7. Grayscale: #828282. Windows color (decimal): -9788152 or 566634. OLE color: 566634.
HSL color Cylindrical-coordinate representation of color #6AA508: hue angle of 82.55º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AA508 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 165 | 8 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.35 |
| HSL | 82.55º | 0.91% | 0.34% | - |
| HSV(B) | 82.55º | 0.95% | 0.65% | - |
| XYZ | 19.44 | 29.99 | 4.99 | - |
| YUV | 129.46 | 59.45 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 165 | 8 | 0.36 | 0 | 0.95 | 0.35 | 82.55 | 0.91 | 0.34 |
| Hex | 6A | A5 | 8 | 24 | 0 | 5F | 23 | 53 | 5B | 22 |
| Octal | 152 | 245 | 10 | 44 | 0 | 137 | 43 | 123 | 133 | 42 |
| Binary | 1101010 | 10100101 | 1000 | 100100 | 0 | 1011111 | 100011 | 1010011 | 1011011 | 100010 |
Color Harmonies of #6AA508
Complementary color
Monochromatic Colors of #6AA508
Black with #6AA508
Text Example
Text Example
White with #6AA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA508; }
p { color: rgb(106,165,8); }
H1.HeaderClassName
{
color: #6AA508;
}
.AnyTagClassName
{
color: #6AA508;
}
</style>
background-color css
<style>
a { background-color: #6AA508; }
a { background-color: rgb(106,165,8); }
div.DivClassName
{
background-color: #6AA508;
}
.BgClassName
{
background-color: #6AA508;
}
</style>
border-color css
<style>
span { border-color: #6AA508; }
span { border-color: rgb(106,165,8); }
td.TdClassName
{
border-color: #6AA508;
}
.TagClassName
{
border-color: #6AA508;
}
</style>