Shades of Christi #6BAD30
Tints of Christi #6BAD30
RGB
CMYK
RGB Variations
Color information
#6BAD30 (or 0x6BAD30) is known color: Christi. HEX triplet: 6B, AD and 30. RGB value is (107,173,48). Sum of RGB (Red+Green+Blue) = 107+173+48=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAD30 is #9452CF. Grayscale: #8B8B8B. Windows color (decimal): -9720528 or 3190123. OLE color: 3190123.
HSL color Cylindrical-coordinate representation of color #6BAD30: hue angle of 91.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BAD30 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 173 | 48 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.32 |
| HSL | 91.68º | 0.57% | 0.43% | - |
| HSV(B) | 91.68º | 0.72% | 0.68% | - |
| XYZ | 21.54 | 33.23 | 8.07 | - |
| YUV | 139.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 48 | 0.38 | 0 | 0.72 | 0.32 | 91.68 | 0.57 | 0.43 |
| Hex | 6B | AD | 30 | 26 | 0 | 48 | 20 | 5C | 39 | 2B |
| Octal | 153 | 255 | 60 | 46 | 0 | 110 | 40 | 134 | 71 | 53 |
| Binary | 1101011 | 10101101 | 110000 | 100110 | 0 | 1001000 | 100000 | 1011100 | 111001 | 101011 |
Color Harmonies of #6BAD30
Complementary color
Monochromatic Colors of #6BAD30
Black with #6BAD30
Text Example
Text Example
White with #6BAD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAD30; }
p { color: rgb(107,173,48); }
H1.HeaderClassName
{
color: #6BAD30;
}
.AnyTagClassName
{
color: #6BAD30;
}
</style>
background-color css
<style>
a { background-color: #6BAD30; }
a { background-color: rgb(107,173,48); }
div.DivClassName
{
background-color: #6BAD30;
}
.BgClassName
{
background-color: #6BAD30;
}
</style>
border-color css
<style>
span { border-color: #6BAD30; }
span { border-color: rgb(107,173,48); }
td.TdClassName
{
border-color: #6BAD30;
}
.TagClassName
{
border-color: #6BAD30;
}
</style>