Shades of Christi #6CAE2F
Tints of Christi #6CAE2F
RGB
CMYK
RGB Variations
Color information
#6CAE2F (or 0x6CAE2F) is known color: Christi. HEX triplet: 6C, AE and 2F. RGB value is (108,174,47). Sum of RGB (Red+Green+Blue) = 108+174+47=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAE2F is #9351D0. Grayscale: #8C8C8C. Windows color (decimal): -9654737 or 3124844. OLE color: 3124844.
HSL color Cylindrical-coordinate representation of color #6CAE2F: hue angle of 91.18º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6CAE2F is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 47 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.32 |
| HSL | 91.18º | 0.57% | 0.43% | - |
| HSV(B) | 91.18º | 0.73% | 0.68% | - |
| XYZ | 21.83 | 33.67 | 8.04 | - |
| YUV | 139.79 | 75.63 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 47 | 0.38 | 0 | 0.73 | 0.32 | 91.18 | 0.57 | 0.43 |
| Hex | 6C | AE | 2F | 26 | 0 | 49 | 20 | 5B | 39 | 2B |
| Octal | 154 | 256 | 57 | 46 | 0 | 111 | 40 | 133 | 71 | 53 |
| Binary | 1101100 | 10101110 | 101111 | 100110 | 0 | 1001001 | 100000 | 1011011 | 111001 | 101011 |
Color Harmonies of #6CAE2F
Complementary color
Monochromatic Colors of #6CAE2F
Black with #6CAE2F
Text Example
Text Example
White with #6CAE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE2F; }
p { color: rgb(108,174,47); }
H1.HeaderClassName
{
color: #6CAE2F;
}
.AnyTagClassName
{
color: #6CAE2F;
}
</style>
background-color css
<style>
a { background-color: #6CAE2F; }
a { background-color: rgb(108,174,47); }
div.DivClassName
{
background-color: #6CAE2F;
}
.BgClassName
{
background-color: #6CAE2F;
}
</style>
border-color css
<style>
span { border-color: #6CAE2F; }
span { border-color: rgb(108,174,47); }
td.TdClassName
{
border-color: #6CAE2F;
}
.TagClassName
{
border-color: #6CAE2F;
}
</style>