Shades of Apple #69C74D
Tints of Apple #69C74D
RGB
CMYK
RGB Variations
Color information
#69C74D (or 0x69C74D) is known color: Apple. HEX triplet: 69, C7 and 4D. RGB value is (105,199,77). Sum of RGB (Red+Green+Blue) = 105+199+77=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #69C74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C74D is #9638B2. Grayscale: #9D9D9D. Windows color (decimal): -9844915 or 5097321. OLE color: 5097321.
HSL color Cylindrical-coordinate representation of color #69C74D: hue angle of 106.23º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69C74D is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 77 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.22 |
| HSL | 106.23º | 0.52% | 0.54% | - |
| HSV(B) | 106.23º | 0.61% | 0.78% | - |
| XYZ | 27.59 | 44.39 | 14.13 | - |
| YUV | 156.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 77 | 0.47 | 0 | 0.61 | 0.22 | 106.23 | 0.52 | 0.54 |
| Hex | 69 | C7 | 4D | 2F | 0 | 3D | 16 | 6A | 34 | 36 |
| Octal | 151 | 307 | 115 | 57 | 0 | 75 | 26 | 152 | 64 | 66 |
| Binary | 1101001 | 11000111 | 1001101 | 101111 | 0 | 111101 | 10110 | 1101010 | 110100 | 110110 |
Color Harmonies of #69C74D
Complementary color
Monochromatic Colors of #69C74D
Black with #69C74D
Text Example
Text Example
White with #69C74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C74D; }
p { color: rgb(105,199,77); }
H1.HeaderClassName
{
color: #69C74D;
}
.AnyTagClassName
{
color: #69C74D;
}
</style>
background-color css
<style>
a { background-color: #69C74D; }
a { background-color: rgb(105,199,77); }
div.DivClassName
{
background-color: #69C74D;
}
.BgClassName
{
background-color: #69C74D;
}
</style>
border-color css
<style>
span { border-color: #69C74D; }
span { border-color: rgb(105,199,77); }
td.TdClassName
{
border-color: #69C74D;
}
.TagClassName
{
border-color: #69C74D;
}
</style>