Shades of Apple #6BA75B
Tints of Apple #6BA75B
RGB
CMYK
RGB Variations
Color information
#6BA75B (or 0x6BA75B) is known color: Apple. HEX triplet: 6B, A7 and 5B. RGB value is (107,167,91). Sum of RGB (Red+Green+Blue) = 107+167+91=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA75B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA75B is #9458A4. Grayscale: #8C8C8C. Windows color (decimal): -9722021 or 6006635. OLE color: 6006635.
HSL color Cylindrical-coordinate representation of color #6BA75B: hue angle of 107.37º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BA75B is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 91 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.35 |
| HSL | 107.37º | 0.3% | 0.51% | - |
| HSV(B) | 107.37º | 0.46% | 0.65% | - |
| XYZ | 21.77 | 31.52 | 14.83 | - |
| YUV | 140.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 91 | 0.36 | 0 | 0.46 | 0.35 | 107.37 | 0.3 | 0.51 |
| Hex | 6B | A7 | 5B | 24 | 0 | 2E | 23 | 6B | 1E | 33 |
| Octal | 153 | 247 | 133 | 44 | 0 | 56 | 43 | 153 | 36 | 63 |
| Binary | 1101011 | 10100111 | 1011011 | 100100 | 0 | 101110 | 100011 | 1101011 | 11110 | 110011 |
Color Harmonies of #6BA75B
Complementary color
Monochromatic Colors of #6BA75B
Black with #6BA75B
Text Example
Text Example
White with #6BA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA75B; }
p { color: rgb(107,167,91); }
H1.HeaderClassName
{
color: #6BA75B;
}
.AnyTagClassName
{
color: #6BA75B;
}
</style>
background-color css
<style>
a { background-color: #6BA75B; }
a { background-color: rgb(107,167,91); }
div.DivClassName
{
background-color: #6BA75B;
}
.BgClassName
{
background-color: #6BA75B;
}
</style>
border-color css
<style>
span { border-color: #6BA75B; }
span { border-color: rgb(107,167,91); }
td.TdClassName
{
border-color: #6BA75B;
}
.TagClassName
{
border-color: #6BA75B;
}
</style>