Shades of Apple #6BA45B
Tints of Apple #6BA45B
RGB
CMYK
RGB Variations
Color information
#6BA45B (or 0x6BA45B) is known color: Apple. HEX triplet: 6B, A4 and 5B. RGB value is (107,164,91). Sum of RGB (Red+Green+Blue) = 107+164+91=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA45B is #945BA4. Grayscale: #8A8A8A. Windows color (decimal): -9722789 or 6005867. OLE color: 6005867.
HSL color Cylindrical-coordinate representation of color #6BA45B: hue angle of 106.85º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BA45B is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 91 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.36 |
| HSL | 106.85º | 0.29% | 0.5% | - |
| HSV(B) | 106.85º | 0.45% | 0.64% | - |
| XYZ | 21.23 | 30.43 | 14.65 | - |
| YUV | 138.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 91 | 0.35 | 0 | 0.45 | 0.36 | 106.85 | 0.29 | 0.5 |
| Hex | 6B | A4 | 5B | 23 | 0 | 2D | 24 | 6B | 1D | 32 |
| Octal | 153 | 244 | 133 | 43 | 0 | 55 | 44 | 153 | 35 | 62 |
| Binary | 1101011 | 10100100 | 1011011 | 100011 | 0 | 101101 | 100100 | 1101011 | 11101 | 110010 |
Color Harmonies of #6BA45B
Complementary color
Monochromatic Colors of #6BA45B
Black with #6BA45B
Text Example
Text Example
White with #6BA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA45B; }
p { color: rgb(107,164,91); }
H1.HeaderClassName
{
color: #6BA45B;
}
.AnyTagClassName
{
color: #6BA45B;
}
</style>
background-color css
<style>
a { background-color: #6BA45B; }
a { background-color: rgb(107,164,91); }
div.DivClassName
{
background-color: #6BA45B;
}
.BgClassName
{
background-color: #6BA45B;
}
</style>
border-color css
<style>
span { border-color: #6BA45B; }
span { border-color: rgb(107,164,91); }
td.TdClassName
{
border-color: #6BA45B;
}
.TagClassName
{
border-color: #6BA45B;
}
</style>