Shades of Apple #69B343
Tints of Apple #69B343
RGB
CMYK
RGB Variations
Color information
#69B343 (or 0x69B343) is known color: Apple. HEX triplet: 69, B3 and 43. RGB value is (105,179,67). Sum of RGB (Red+Green+Blue) = 105+179+67=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #69B343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B343 is #964CBC. Grayscale: #909090. Windows color (decimal): -9850045 or 4436841. OLE color: 4436841.
HSL color Cylindrical-coordinate representation of color #69B343: hue angle of 99.64º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69B343 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 179 | 67 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.30 |
| HSL | 99.64º | 0.46% | 0.48% | - |
| HSV(B) | 99.64º | 0.63% | 0.7% | - |
| XYZ | 22.96 | 35.65 | 10.98 | - |
| YUV | 144.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 67 | 0.41 | 0 | 0.63 | 0.30 | 99.64 | 0.46 | 0.48 |
| Hex | 69 | B3 | 43 | 29 | 0 | 3F | 1E | 64 | 2E | 30 |
| Octal | 151 | 263 | 103 | 51 | 0 | 77 | 36 | 144 | 56 | 60 |
| Binary | 1101001 | 10110011 | 1000011 | 101001 | 0 | 111111 | 11110 | 1100100 | 101110 | 110000 |
Color Harmonies of #69B343
Complementary color
Monochromatic Colors of #69B343
Black with #69B343
Text Example
Text Example
White with #69B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B343; }
p { color: rgb(105,179,67); }
H1.HeaderClassName
{
color: #69B343;
}
.AnyTagClassName
{
color: #69B343;
}
</style>
background-color css
<style>
a { background-color: #69B343; }
a { background-color: rgb(105,179,67); }
div.DivClassName
{
background-color: #69B343;
}
.BgClassName
{
background-color: #69B343;
}
</style>
border-color css
<style>
span { border-color: #69B343; }
span { border-color: rgb(105,179,67); }
td.TdClassName
{
border-color: #69B343;
}
.TagClassName
{
border-color: #69B343;
}
</style>