Shades of Christi #6CA80F
Tints of Christi #6CA80F
RGB
CMYK
RGB Variations
Color information
#6CA80F (or 0x6CA80F) is known color: Christi. HEX triplet: 6C, A8 and 0F. RGB value is (108,168,15). Sum of RGB (Red+Green+Blue) = 108+168+15=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 168 (66.02% from 255 or 57.73% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA80F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA80F is #9357F0. Grayscale: #858585. Windows color (decimal): -9656305 or 1026156. OLE color: 1026156.
HSL color Cylindrical-coordinate representation of color #6CA80F: hue angle of 83.53º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CA80F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 168 | 15 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.34 |
| HSL | 83.53º | 0.84% | 0.36% | - |
| HSV(B) | 83.53º | 0.91% | 0.66% | - |
| XYZ | 20.27 | 31.23 | 5.41 | - |
| YUV | 132.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 168 | 15 | 0.36 | 0 | 0.91 | 0.34 | 83.53 | 0.84 | 0.36 |
| Hex | 6C | A8 | F | 24 | 0 | 5B | 22 | 54 | 54 | 24 |
| Octal | 154 | 250 | 17 | 44 | 0 | 133 | 42 | 124 | 124 | 44 |
| Binary | 1101100 | 10101000 | 1111 | 100100 | 0 | 1011011 | 100010 | 1010100 | 1010100 | 100100 |
Color Harmonies of #6CA80F
Complementary color
Monochromatic Colors of #6CA80F
Black with #6CA80F
Text Example
Text Example
White with #6CA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA80F; }
p { color: rgb(108,168,15); }
H1.HeaderClassName
{
color: #6CA80F;
}
.AnyTagClassName
{
color: #6CA80F;
}
</style>
background-color css
<style>
a { background-color: #6CA80F; }
a { background-color: rgb(108,168,15); }
div.DivClassName
{
background-color: #6CA80F;
}
.BgClassName
{
background-color: #6CA80F;
}
</style>
border-color css
<style>
span { border-color: #6CA80F; }
span { border-color: rgb(108,168,15); }
td.TdClassName
{
border-color: #6CA80F;
}
.TagClassName
{
border-color: #6CA80F;
}
</style>