Shades of Apple #6AC334
Tints of Apple #6AC334
RGB
CMYK
RGB Variations
Color information
#6AC334 (or 0x6AC334) is known color: Apple. HEX triplet: 6A, C3 and 34. RGB value is (106,195,52). Sum of RGB (Red+Green+Blue) = 106+195+52=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC334 is #953CCB. Grayscale: #989898. Windows color (decimal): -9780428 or 3457898. OLE color: 3457898.
HSL color Cylindrical-coordinate representation of color #6AC334: hue angle of 97.34º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6AC334 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 195 | 52 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.24 |
| HSL | 97.34º | 0.58% | 0.48% | - |
| HSV(B) | 97.34º | 0.73% | 0.76% | - |
| XYZ | 26.08 | 42.34 | 10.05 | - |
| YUV | 152.09 | 71.51 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 195 | 52 | 0.46 | 0 | 0.73 | 0.24 | 97.34 | 0.58 | 0.48 |
| Hex | 6A | C3 | 34 | 2E | 0 | 49 | 18 | 61 | 3A | 30 |
| Octal | 152 | 303 | 64 | 56 | 0 | 111 | 30 | 141 | 72 | 60 |
| Binary | 1101010 | 11000011 | 110100 | 101110 | 0 | 1001001 | 11000 | 1100001 | 111010 | 110000 |
Color Harmonies of #6AC334
Complementary color
Monochromatic Colors of #6AC334
Black with #6AC334
Text Example
Text Example
White with #6AC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC334; }
p { color: rgb(106,195,52); }
H1.HeaderClassName
{
color: #6AC334;
}
.AnyTagClassName
{
color: #6AC334;
}
</style>
background-color css
<style>
a { background-color: #6AC334; }
a { background-color: rgb(106,195,52); }
div.DivClassName
{
background-color: #6AC334;
}
.BgClassName
{
background-color: #6AC334;
}
</style>
border-color css
<style>
span { border-color: #6AC334; }
span { border-color: rgb(106,195,52); }
td.TdClassName
{
border-color: #6AC334;
}
.TagClassName
{
border-color: #6AC334;
}
</style>