Shades of Christi #6BAE02
Tints of Christi #6BAE02
RGB
CMYK
RGB Variations
Color information
#6BAE02 (or 0x6BAE02) is known color: Christi. HEX triplet: 6B, AE and 02. RGB value is (107,174,2). Sum of RGB (Red+Green+Blue) = 107+174+2=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAE02 is #9451FD. Grayscale: #868686. Windows color (decimal): -9720318 or 175723. OLE color: 175723.
HSL color Cylindrical-coordinate representation of color #6BAE02: hue angle of 83.37º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BAE02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.32 |
| HSL | 83.37º | 0.98% | 0.35% | - |
| HSV(B) | 83.37º | 0.99% | 0.68% | - |
| XYZ | 21.21 | 33.4 | 5.39 | - |
| YUV | 134.36 | 53.3 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 2 | 0.39 | 0 | 0.99 | 0.32 | 83.37 | 0.98 | 0.35 |
| Hex | 6B | AE | 2 | 27 | 0 | 63 | 20 | 53 | 62 | 23 |
| Octal | 153 | 256 | 2 | 47 | 0 | 143 | 40 | 123 | 142 | 43 |
| Binary | 1101011 | 10101110 | 10 | 100111 | 0 | 1100011 | 100000 | 1010011 | 1100010 | 100011 |
Color Harmonies of #6BAE02
Complementary color
Monochromatic Colors of #6BAE02
Black with #6BAE02
Text Example
Text Example
White with #6BAE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE02; }
p { color: rgb(107,174,2); }
H1.HeaderClassName
{
color: #6BAE02;
}
.AnyTagClassName
{
color: #6BAE02;
}
</style>
background-color css
<style>
a { background-color: #6BAE02; }
a { background-color: rgb(107,174,2); }
div.DivClassName
{
background-color: #6BAE02;
}
.BgClassName
{
background-color: #6BAE02;
}
</style>
border-color css
<style>
span { border-color: #6BAE02; }
span { border-color: rgb(107,174,2); }
td.TdClassName
{
border-color: #6BAE02;
}
.TagClassName
{
border-color: #6BAE02;
}
</style>