Shades of Apple #69B53C
Tints of Apple #69B53C
RGB
CMYK
RGB Variations
Color information
#69B53C (or 0x69B53C) is known color: Apple. HEX triplet: 69, B5 and 3C. RGB value is (105,181,60). Sum of RGB (Red+Green+Blue) = 105+181+60=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #69B53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B53C is #964AC3. Grayscale: #909090. Windows color (decimal): -9849540 or 3978601. OLE color: 3978601.
HSL color Cylindrical-coordinate representation of color #69B53C: hue angle of 97.69º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #69B53C is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 60 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.29 |
| HSL | 97.69º | 0.5% | 0.47% | - |
| HSV(B) | 97.69º | 0.67% | 0.71% | - |
| XYZ | 23.17 | 36.38 | 10.08 | - |
| YUV | 144.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 60 | 0.42 | 0 | 0.67 | 0.29 | 97.69 | 0.5 | 0.47 |
| Hex | 69 | B5 | 3C | 2A | 0 | 43 | 1D | 62 | 32 | 2F |
| Octal | 151 | 265 | 74 | 52 | 0 | 103 | 35 | 142 | 62 | 57 |
| Binary | 1101001 | 10110101 | 111100 | 101010 | 0 | 1000011 | 11101 | 1100010 | 110010 | 101111 |
Color Harmonies of #69B53C
Complementary color
Monochromatic Colors of #69B53C
Black with #69B53C
Text Example
Text Example
White with #69B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B53C; }
p { color: rgb(105,181,60); }
H1.HeaderClassName
{
color: #69B53C;
}
.AnyTagClassName
{
color: #69B53C;
}
</style>
background-color css
<style>
a { background-color: #69B53C; }
a { background-color: rgb(105,181,60); }
div.DivClassName
{
background-color: #69B53C;
}
.BgClassName
{
background-color: #69B53C;
}
</style>
border-color css
<style>
span { border-color: #69B53C; }
span { border-color: rgb(105,181,60); }
td.TdClassName
{
border-color: #69B53C;
}
.TagClassName
{
border-color: #69B53C;
}
</style>