Shades of Apple #69C145
Tints of Apple #69C145
RGB
CMYK
RGB Variations
Color information
#69C145 (or 0x69C145) is known color: Apple. HEX triplet: 69, C1 and 45. RGB value is (105,193,69). Sum of RGB (Red+Green+Blue) = 105+193+69=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #69C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C145 is #963EBA. Grayscale: #989898. Windows color (decimal): -9846459 or 4571497. OLE color: 4571497.
HSL color Cylindrical-coordinate representation of color #69C145: hue angle of 102.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69C145 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 69 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.24 |
| HSL | 102.58º | 0.5% | 0.51% | - |
| HSV(B) | 102.58º | 0.64% | 0.76% | - |
| XYZ | 25.97 | 41.57 | 12.29 | - |
| YUV | 152.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 69 | 0.46 | 0 | 0.64 | 0.24 | 102.58 | 0.5 | 0.51 |
| Hex | 69 | C1 | 45 | 2E | 0 | 40 | 18 | 67 | 32 | 33 |
| Octal | 151 | 301 | 105 | 56 | 0 | 100 | 30 | 147 | 62 | 63 |
| Binary | 1101001 | 11000001 | 1000101 | 101110 | 0 | 1000000 | 11000 | 1100111 | 110010 | 110011 |
Color Harmonies of #69C145
Complementary color
Monochromatic Colors of #69C145
Black with #69C145
Text Example
Text Example
White with #69C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C145; }
p { color: rgb(105,193,69); }
H1.HeaderClassName
{
color: #69C145;
}
.AnyTagClassName
{
color: #69C145;
}
</style>
background-color css
<style>
a { background-color: #69C145; }
a { background-color: rgb(105,193,69); }
div.DivClassName
{
background-color: #69C145;
}
.BgClassName
{
background-color: #69C145;
}
</style>
border-color css
<style>
span { border-color: #69C145; }
span { border-color: rgb(105,193,69); }
td.TdClassName
{
border-color: #69C145;
}
.TagClassName
{
border-color: #69C145;
}
</style>