Shades of Christi #6FAB32
Tints of Christi #6FAB32
RGB
CMYK
RGB Variations
Color information
#6FAB32 (or 0x6FAB32) is known color: Christi. HEX triplet: 6F, AB and 32. RGB value is (111,171,50). Sum of RGB (Red+Green+Blue) = 111+171+50=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAB32 is #9054CD. Grayscale: #8B8B8B. Windows color (decimal): -9458894 or 3320687. OLE color: 3320687.
HSL color Cylindrical-coordinate representation of color #6FAB32: hue angle of 89.75º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6FAB32 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 50 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.33 |
| HSL | 89.75º | 0.55% | 0.43% | - |
| HSV(B) | 89.75º | 0.71% | 0.67% | - |
| XYZ | 21.69 | 32.74 | 8.19 | - |
| YUV | 139.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 50 | 0.35 | 0 | 0.71 | 0.33 | 89.75 | 0.55 | 0.43 |
| Hex | 6F | AB | 32 | 23 | 0 | 47 | 21 | 5A | 37 | 2B |
| Octal | 157 | 253 | 62 | 43 | 0 | 107 | 41 | 132 | 67 | 53 |
| Binary | 1101111 | 10101011 | 110010 | 100011 | 0 | 1000111 | 100001 | 1011010 | 110111 | 101011 |
Color Harmonies of #6FAB32
Complementary color
Monochromatic Colors of #6FAB32
Black with #6FAB32
Text Example
Text Example
White with #6FAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB32; }
p { color: rgb(111,171,50); }
H1.HeaderClassName
{
color: #6FAB32;
}
.AnyTagClassName
{
color: #6FAB32;
}
</style>
background-color css
<style>
a { background-color: #6FAB32; }
a { background-color: rgb(111,171,50); }
div.DivClassName
{
background-color: #6FAB32;
}
.BgClassName
{
background-color: #6FAB32;
}
</style>
border-color css
<style>
span { border-color: #6FAB32; }
span { border-color: rgb(111,171,50); }
td.TdClassName
{
border-color: #6FAB32;
}
.TagClassName
{
border-color: #6FAB32;
}
</style>