Shades of Apple #69B63C
Tints of Apple #69B63C
RGB
CMYK
RGB Variations
Color information
#69B63C (or 0x69B63C) is known color: Apple. HEX triplet: 69, B6 and 3C. RGB value is (105,182,60). Sum of RGB (Red+Green+Blue) = 105+182+60=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #69B63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B63C is #9649C3. Grayscale: #919191. Windows color (decimal): -9849284 or 3978857. OLE color: 3978857.
HSL color Cylindrical-coordinate representation of color #69B63C: hue angle of 97.87º 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 #69B63C is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 182 | 60 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.29 |
| HSL | 97.87º | 0.5% | 0.47% | - |
| HSV(B) | 97.87º | 0.67% | 0.71% | - |
| XYZ | 23.37 | 36.79 | 10.14 | - |
| YUV | 145.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 182 | 60 | 0.42 | 0 | 0.67 | 0.29 | 97.87 | 0.5 | 0.47 |
| Hex | 69 | B6 | 3C | 2A | 0 | 43 | 1D | 62 | 32 | 2F |
| Octal | 151 | 266 | 74 | 52 | 0 | 103 | 35 | 142 | 62 | 57 |
| Binary | 1101001 | 10110110 | 111100 | 101010 | 0 | 1000011 | 11101 | 1100010 | 110010 | 101111 |
Color Harmonies of #69B63C
Complementary color
Monochromatic Colors of #69B63C
Black with #69B63C
Text Example
Text Example
White with #69B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B63C; }
p { color: rgb(105,182,60); }
H1.HeaderClassName
{
color: #69B63C;
}
.AnyTagClassName
{
color: #69B63C;
}
</style>
background-color css
<style>
a { background-color: #69B63C; }
a { background-color: rgb(105,182,60); }
div.DivClassName
{
background-color: #69B63C;
}
.BgClassName
{
background-color: #69B63C;
}
</style>
border-color css
<style>
span { border-color: #69B63C; }
span { border-color: rgb(105,182,60); }
td.TdClassName
{
border-color: #69B63C;
}
.TagClassName
{
border-color: #69B63C;
}
</style>