Shades of Apple #69C343
Tints of Apple #69C343
RGB
CMYK
RGB Variations
Color information
#69C343 (or 0x69C343) is known color: Apple. HEX triplet: 69, C3 and 43. RGB value is (105,195,67). Sum of RGB (Red+Green+Blue) = 105+195+67=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #69C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C343 is #963CBC. Grayscale: #999999. Windows color (decimal): -9845949 or 4440937. OLE color: 4440937.
HSL color Cylindrical-coordinate representation of color #69C343: hue angle of 102.19º 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 #69C343 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 67 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.24 |
| HSL | 102.19º | 0.52% | 0.51% | - |
| HSV(B) | 102.19º | 0.66% | 0.76% | - |
| XYZ | 26.35 | 42.44 | 12.11 | - |
| YUV | 153.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 67 | 0.46 | 0 | 0.66 | 0.24 | 102.19 | 0.52 | 0.51 |
| Hex | 69 | C3 | 43 | 2E | 0 | 42 | 18 | 66 | 34 | 33 |
| Octal | 151 | 303 | 103 | 56 | 0 | 102 | 30 | 146 | 64 | 63 |
| Binary | 1101001 | 11000011 | 1000011 | 101110 | 0 | 1000010 | 11000 | 1100110 | 110100 | 110011 |
Color Harmonies of #69C343
Complementary color
Monochromatic Colors of #69C343
Black with #69C343
Text Example
Text Example
White with #69C343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C343; }
p { color: rgb(105,195,67); }
H1.HeaderClassName
{
color: #69C343;
}
.AnyTagClassName
{
color: #69C343;
}
</style>
background-color css
<style>
a { background-color: #69C343; }
a { background-color: rgb(105,195,67); }
div.DivClassName
{
background-color: #69C343;
}
.BgClassName
{
background-color: #69C343;
}
</style>
border-color css
<style>
span { border-color: #69C343; }
span { border-color: rgb(105,195,67); }
td.TdClassName
{
border-color: #69C343;
}
.TagClassName
{
border-color: #69C343;
}
</style>