Shades of Apple #69C152
Tints of Apple #69C152
RGB
CMYK
RGB Variations
Color information
#69C152 (or 0x69C152) is known color: Apple. HEX triplet: 69, C1 and 52. RGB value is (105,193,82). Sum of RGB (Red+Green+Blue) = 105+193+82=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #69C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C152 is #963EAD. Grayscale: #9A9A9A. Windows color (decimal): -9846446 or 5423465. OLE color: 5423465.
HSL color Cylindrical-coordinate representation of color #69C152: hue angle of 107.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C152 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 193 | 82 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.24 |
| HSL | 107.57º | 0.47% | 0.54% | - |
| HSV(B) | 107.57º | 0.58% | 0.76% | - |
| XYZ | 26.42 | 41.75 | 14.65 | - |
| YUV | 154.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 82 | 0.46 | 0 | 0.58 | 0.24 | 107.57 | 0.47 | 0.54 |
| Hex | 69 | C1 | 52 | 2E | 0 | 3A | 18 | 6C | 2F | 36 |
| Octal | 151 | 301 | 122 | 56 | 0 | 72 | 30 | 154 | 57 | 66 |
| Binary | 1101001 | 11000001 | 1010010 | 101110 | 0 | 111010 | 11000 | 1101100 | 101111 | 110110 |
Color Harmonies of #69C152
Complementary color
Monochromatic Colors of #69C152
Black with #69C152
Text Example
Text Example
White with #69C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C152; }
p { color: rgb(105,193,82); }
H1.HeaderClassName
{
color: #69C152;
}
.AnyTagClassName
{
color: #69C152;
}
</style>
background-color css
<style>
a { background-color: #69C152; }
a { background-color: rgb(105,193,82); }
div.DivClassName
{
background-color: #69C152;
}
.BgClassName
{
background-color: #69C152;
}
</style>
border-color css
<style>
span { border-color: #69C152; }
span { border-color: rgb(105,193,82); }
td.TdClassName
{
border-color: #69C152;
}
.TagClassName
{
border-color: #69C152;
}
</style>