Shades of Apple #69B74C
Tints of Apple #69B74C
RGB
CMYK
RGB Variations
Color information
#69B74C (or 0x69B74C) is known color: Apple. HEX triplet: 69, B7 and 4C. RGB value is (105,183,76). Sum of RGB (Red+Green+Blue) = 105+183+76=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #69B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B74C is #9648B3. Grayscale: #939393. Windows color (decimal): -9849012 or 5027689. OLE color: 5027689.
HSL color Cylindrical-coordinate representation of color #69B74C: hue angle of 103.74º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B74C is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 76 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.28 |
| HSL | 103.74º | 0.43% | 0.51% | - |
| HSV(B) | 103.74º | 0.58% | 0.72% | - |
| XYZ | 24.06 | 37.39 | 12.79 | - |
| YUV | 147.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 76 | 0.43 | 0 | 0.58 | 0.28 | 103.74 | 0.43 | 0.51 |
| Hex | 69 | B7 | 4C | 2B | 0 | 3A | 1C | 68 | 2B | 33 |
| Octal | 151 | 267 | 114 | 53 | 0 | 72 | 34 | 150 | 53 | 63 |
| Binary | 1101001 | 10110111 | 1001100 | 101011 | 0 | 111010 | 11100 | 1101000 | 101011 | 110011 |
Color Harmonies of #69B74C
Complementary color
Monochromatic Colors of #69B74C
Black with #69B74C
Text Example
Text Example
White with #69B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B74C; }
p { color: rgb(105,183,76); }
H1.HeaderClassName
{
color: #69B74C;
}
.AnyTagClassName
{
color: #69B74C;
}
</style>
background-color css
<style>
a { background-color: #69B74C; }
a { background-color: rgb(105,183,76); }
div.DivClassName
{
background-color: #69B74C;
}
.BgClassName
{
background-color: #69B74C;
}
</style>
border-color css
<style>
span { border-color: #69B74C; }
span { border-color: rgb(105,183,76); }
td.TdClassName
{
border-color: #69B74C;
}
.TagClassName
{
border-color: #69B74C;
}
</style>