Shades of Christi #6FB202
Tints of Christi #6FB202
RGB
CMYK
RGB Variations
Color information
#6FB202 (or 0x6FB202) is known color: Christi. HEX triplet: 6F, B2 and 02. RGB value is (111,178,2). Sum of RGB (Red+Green+Blue) = 111+178+2=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6FB202 is #904DFD. Grayscale: #8A8A8A. Windows color (decimal): -9457150 or 176751. OLE color: 176751.
HSL color Cylindrical-coordinate representation of color #6FB202: hue angle of 82.84º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FB202 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.30 |
| HSL | 82.84º | 0.98% | 0.35% | - |
| HSV(B) | 82.84º | 0.99% | 0.7% | - |
| XYZ | 22.49 | 35.22 | 5.67 | - |
| YUV | 137.9 | 51.3 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 2 | 0.38 | 0 | 0.99 | 0.30 | 82.84 | 0.98 | 0.35 |
| Hex | 6F | B2 | 2 | 26 | 0 | 63 | 1E | 53 | 62 | 23 |
| Octal | 157 | 262 | 2 | 46 | 0 | 143 | 36 | 123 | 142 | 43 |
| Binary | 1101111 | 10110010 | 10 | 100110 | 0 | 1100011 | 11110 | 1010011 | 1100010 | 100011 |
Color Harmonies of #6FB202
Complementary color
Monochromatic Colors of #6FB202
Black with #6FB202
Text Example
Text Example
White with #6FB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB202; }
p { color: rgb(111,178,2); }
H1.HeaderClassName
{
color: #6FB202;
}
.AnyTagClassName
{
color: #6FB202;
}
</style>
background-color css
<style>
a { background-color: #6FB202; }
a { background-color: rgb(111,178,2); }
div.DivClassName
{
background-color: #6FB202;
}
.BgClassName
{
background-color: #6FB202;
}
</style>
border-color css
<style>
span { border-color: #6FB202; }
span { border-color: rgb(111,178,2); }
td.TdClassName
{
border-color: #6FB202;
}
.TagClassName
{
border-color: #6FB202;
}
</style>