Shades of Apple #69C341
Tints of Apple #69C341
RGB
CMYK
RGB Variations
Color information
#69C341 (or 0x69C341) is known color: Apple. HEX triplet: 69, C3 and 41. RGB value is (105,195,65). Sum of RGB (Red+Green+Blue) = 105+195+65=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #69C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C341 is #963CBE. Grayscale: #999999. Windows color (decimal): -9845951 or 4309865. OLE color: 4309865.
HSL color Cylindrical-coordinate representation of color #69C341: hue angle of 101.54º 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 #69C341 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 65 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.24 |
| HSL | 101.54º | 0.52% | 0.51% | - |
| HSV(B) | 101.54º | 0.67% | 0.76% | - |
| XYZ | 26.29 | 42.42 | 11.8 | - |
| YUV | 153.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 65 | 0.46 | 0 | 0.67 | 0.24 | 101.54 | 0.52 | 0.51 |
| Hex | 69 | C3 | 41 | 2E | 0 | 43 | 18 | 66 | 34 | 33 |
| Octal | 151 | 303 | 101 | 56 | 0 | 103 | 30 | 146 | 64 | 63 |
| Binary | 1101001 | 11000011 | 1000001 | 101110 | 0 | 1000011 | 11000 | 1100110 | 110100 | 110011 |
Color Harmonies of #69C341
Complementary color
Monochromatic Colors of #69C341
Black with #69C341
Text Example
Text Example
White with #69C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C341; }
p { color: rgb(105,195,65); }
H1.HeaderClassName
{
color: #69C341;
}
.AnyTagClassName
{
color: #69C341;
}
</style>
background-color css
<style>
a { background-color: #69C341; }
a { background-color: rgb(105,195,65); }
div.DivClassName
{
background-color: #69C341;
}
.BgClassName
{
background-color: #69C341;
}
</style>
border-color css
<style>
span { border-color: #69C341; }
span { border-color: rgb(105,195,65); }
td.TdClassName
{
border-color: #69C341;
}
.TagClassName
{
border-color: #69C341;
}
</style>