Shades of Apple #6AC341
Tints of Apple #6AC341
RGB
CMYK
RGB Variations
Color information
#6AC341 (or 0x6AC341) is known color: Apple. HEX triplet: 6A, C3 and 41. RGB value is (106,195,65). Sum of RGB (Red+Green+Blue) = 106+195+65=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC341 is #953CBE. Grayscale: #9A9A9A. Windows color (decimal): -9780415 or 4309866. OLE color: 4309866.
HSL color Cylindrical-coordinate representation of color #6AC341: hue angle of 101.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AC341 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 65 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.24 |
| HSL | 101.08º | 0.52% | 0.51% | - |
| HSV(B) | 101.08º | 0.67% | 0.76% | - |
| XYZ | 26.41 | 42.48 | 11.81 | - |
| YUV | 153.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 65 | 0.46 | 0 | 0.67 | 0.24 | 101.08 | 0.52 | 0.51 |
| Hex | 6A | C3 | 41 | 2E | 0 | 43 | 18 | 65 | 34 | 33 |
| Octal | 152 | 303 | 101 | 56 | 0 | 103 | 30 | 145 | 64 | 63 |
| Binary | 1101010 | 11000011 | 1000001 | 101110 | 0 | 1000011 | 11000 | 1100101 | 110100 | 110011 |
Color Harmonies of #6AC341
Complementary color
Monochromatic Colors of #6AC341
Black with #6AC341
Text Example
Text Example
White with #6AC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC341; }
p { color: rgb(106,195,65); }
H1.HeaderClassName
{
color: #6AC341;
}
.AnyTagClassName
{
color: #6AC341;
}
</style>
background-color css
<style>
a { background-color: #6AC341; }
a { background-color: rgb(106,195,65); }
div.DivClassName
{
background-color: #6AC341;
}
.BgClassName
{
background-color: #6AC341;
}
</style>
border-color css
<style>
span { border-color: #6AC341; }
span { border-color: rgb(106,195,65); }
td.TdClassName
{
border-color: #6AC341;
}
.TagClassName
{
border-color: #6AC341;
}
</style>