Shades of Apple #6BAA5C
Tints of Apple #6BAA5C
RGB
CMYK
RGB Variations
Color information
#6BAA5C (or 0x6BAA5C) is known color: Apple. HEX triplet: 6B, AA and 5C. RGB value is (107,170,92). Sum of RGB (Red+Green+Blue) = 107+170+92=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA5C is #9455A3. Grayscale: #8E8E8E. Windows color (decimal): -9721252 or 6072939. OLE color: 6072939.
HSL color Cylindrical-coordinate representation of color #6BAA5C: hue angle of 108.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BAA5C is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 92 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.33 |
| HSL | 108.46º | 0.31% | 0.51% | - |
| HSV(B) | 108.46º | 0.46% | 0.67% | - |
| XYZ | 22.37 | 32.65 | 15.25 | - |
| YUV | 142.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 92 | 0.37 | 0 | 0.46 | 0.33 | 108.46 | 0.31 | 0.51 |
| Hex | 6B | AA | 5C | 25 | 0 | 2E | 21 | 6C | 1F | 33 |
| Octal | 153 | 252 | 134 | 45 | 0 | 56 | 41 | 154 | 37 | 63 |
| Binary | 1101011 | 10101010 | 1011100 | 100101 | 0 | 101110 | 100001 | 1101100 | 11111 | 110011 |
Color Harmonies of #6BAA5C
Complementary color
Monochromatic Colors of #6BAA5C
Black with #6BAA5C
Text Example
Text Example
White with #6BAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA5C; }
p { color: rgb(107,170,92); }
H1.HeaderClassName
{
color: #6BAA5C;
}
.AnyTagClassName
{
color: #6BAA5C;
}
</style>
background-color css
<style>
a { background-color: #6BAA5C; }
a { background-color: rgb(107,170,92); }
div.DivClassName
{
background-color: #6BAA5C;
}
.BgClassName
{
background-color: #6BAA5C;
}
</style>
border-color css
<style>
span { border-color: #6BAA5C; }
span { border-color: rgb(107,170,92); }
td.TdClassName
{
border-color: #6BAA5C;
}
.TagClassName
{
border-color: #6BAA5C;
}
</style>