Shades of Apple #69C342
Tints of Apple #69C342
RGB
CMYK
RGB Variations
Color information
#69C342 (or 0x69C342) is known color: Apple. HEX triplet: 69, C3 and 42. RGB value is (105,195,66). Sum of RGB (Red+Green+Blue) = 105+195+66=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #69C342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C342 is #963CBD. Grayscale: #999999. Windows color (decimal): -9845950 or 4375401. OLE color: 4375401.
HSL color Cylindrical-coordinate representation of color #69C342: hue angle of 101.86º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69C342 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 66 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.24 |
| HSL | 101.86º | 0.52% | 0.51% | - |
| HSV(B) | 101.86º | 0.66% | 0.76% | - |
| XYZ | 26.32 | 42.43 | 11.96 | - |
| YUV | 153.38 | 78.68 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 66 | 0.46 | 0 | 0.66 | 0.24 | 101.86 | 0.52 | 0.51 |
| Hex | 69 | C3 | 42 | 2E | 0 | 42 | 18 | 66 | 34 | 33 |
| Octal | 151 | 303 | 102 | 56 | 0 | 102 | 30 | 146 | 64 | 63 |
| Binary | 1101001 | 11000011 | 1000010 | 101110 | 0 | 1000010 | 11000 | 1100110 | 110100 | 110011 |
Color Harmonies of #69C342
Complementary color
Monochromatic Colors of #69C342
Black with #69C342
Text Example
Text Example
White with #69C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C342; }
p { color: rgb(105,195,66); }
H1.HeaderClassName
{
color: #69C342;
}
.AnyTagClassName
{
color: #69C342;
}
</style>
background-color css
<style>
a { background-color: #69C342; }
a { background-color: rgb(105,195,66); }
div.DivClassName
{
background-color: #69C342;
}
.BgClassName
{
background-color: #69C342;
}
</style>
border-color css
<style>
span { border-color: #69C342; }
span { border-color: rgb(105,195,66); }
td.TdClassName
{
border-color: #69C342;
}
.TagClassName
{
border-color: #69C342;
}
</style>