Shades of Apple #6BA13F
Tints of Apple #6BA13F
RGB
CMYK
RGB Variations
Color information
#6BA13F (or 0x6BA13F) is known color: Apple. HEX triplet: 6B, A1 and 3F. RGB value is (107,161,63). Sum of RGB (Red+Green+Blue) = 107+161+63=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA13F is #945EC0. Grayscale: #868686. Windows color (decimal): -9723585 or 4170091. OLE color: 4170091.
HSL color Cylindrical-coordinate representation of color #6BA13F: hue angle of 93.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BA13F is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 63 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.37 |
| HSL | 93.06º | 0.44% | 0.44% | - |
| HSV(B) | 93.06º | 0.61% | 0.63% | - |
| XYZ | 19.71 | 28.97 | 9.26 | - |
| YUV | 133.68 | 88.11 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 63 | 0.34 | 0 | 0.61 | 0.37 | 93.06 | 0.44 | 0.44 |
| Hex | 6B | A1 | 3F | 22 | 0 | 3D | 25 | 5D | 2C | 2C |
| Octal | 153 | 241 | 77 | 42 | 0 | 75 | 45 | 135 | 54 | 54 |
| Binary | 1101011 | 10100001 | 111111 | 100010 | 0 | 111101 | 100101 | 1011101 | 101100 | 101100 |
Color Harmonies of #6BA13F
Complementary color
Monochromatic Colors of #6BA13F
Black with #6BA13F
Text Example
Text Example
White with #6BA13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA13F; }
p { color: rgb(107,161,63); }
H1.HeaderClassName
{
color: #6BA13F;
}
.AnyTagClassName
{
color: #6BA13F;
}
</style>
background-color css
<style>
a { background-color: #6BA13F; }
a { background-color: rgb(107,161,63); }
div.DivClassName
{
background-color: #6BA13F;
}
.BgClassName
{
background-color: #6BA13F;
}
</style>
border-color css
<style>
span { border-color: #6BA13F; }
span { border-color: rgb(107,161,63); }
td.TdClassName
{
border-color: #6BA13F;
}
.TagClassName
{
border-color: #6BA13F;
}
</style>