Shades of Apple #69C134
Tints of Apple #69C134
RGB
CMYK
RGB Variations
Color information
#69C134 (or 0x69C134) is known color: Apple. HEX triplet: 69, C1 and 34. RGB value is (105,193,52). Sum of RGB (Red+Green+Blue) = 105+193+52=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #69C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C134 is #963ECB. Grayscale: #979797. Windows color (decimal): -9846476 or 3457385. OLE color: 3457385.
HSL color Cylindrical-coordinate representation of color #69C134: hue angle of 97.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69C134 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 52 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.24 |
| HSL | 97.45º | 0.58% | 0.48% | - |
| HSV(B) | 97.45º | 0.73% | 0.76% | - |
| XYZ | 25.52 | 41.39 | 9.89 | - |
| YUV | 150.61 | 72.35 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 52 | 0.46 | 0 | 0.73 | 0.24 | 97.45 | 0.58 | 0.48 |
| Hex | 69 | C1 | 34 | 2E | 0 | 49 | 18 | 61 | 3A | 30 |
| Octal | 151 | 301 | 64 | 56 | 0 | 111 | 30 | 141 | 72 | 60 |
| Binary | 1101001 | 11000001 | 110100 | 101110 | 0 | 1001001 | 11000 | 1100001 | 111010 | 110000 |
Color Harmonies of #69C134
Complementary color
Monochromatic Colors of #69C134
Black with #69C134
Text Example
Text Example
White with #69C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C134; }
p { color: rgb(105,193,52); }
H1.HeaderClassName
{
color: #69C134;
}
.AnyTagClassName
{
color: #69C134;
}
</style>
background-color css
<style>
a { background-color: #69C134; }
a { background-color: rgb(105,193,52); }
div.DivClassName
{
background-color: #69C134;
}
.BgClassName
{
background-color: #69C134;
}
</style>
border-color css
<style>
span { border-color: #69C134; }
span { border-color: rgb(105,193,52); }
td.TdClassName
{
border-color: #69C134;
}
.TagClassName
{
border-color: #69C134;
}
</style>