Shades of Apple #69B34C
Tints of Apple #69B34C
RGB
CMYK
RGB Variations
Color information
#69B34C (or 0x69B34C) is known color: Apple. HEX triplet: 69, B3 and 4C. RGB value is (105,179,76). Sum of RGB (Red+Green+Blue) = 105+179+76=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #69B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B34C is #964CB3. Grayscale: #919191. Windows color (decimal): -9850036 or 5026665. OLE color: 5026665.
HSL color Cylindrical-coordinate representation of color #69B34C: hue angle of 103.11º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69B34C is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 179 | 76 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.30 |
| HSL | 103.11º | 0.4% | 0.5% | - |
| HSV(B) | 103.11º | 0.58% | 0.7% | - |
| XYZ | 23.25 | 35.77 | 12.52 | - |
| YUV | 145.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 179 | 76 | 0.41 | 0 | 0.58 | 0.30 | 103.11 | 0.4 | 0.5 |
| Hex | 69 | B3 | 4C | 29 | 0 | 3A | 1E | 67 | 28 | 32 |
| Octal | 151 | 263 | 114 | 51 | 0 | 72 | 36 | 147 | 50 | 62 |
| Binary | 1101001 | 10110011 | 1001100 | 101001 | 0 | 111010 | 11110 | 1100111 | 101000 | 110010 |
Color Harmonies of #69B34C
Complementary color
Monochromatic Colors of #69B34C
Black with #69B34C
Text Example
Text Example
White with #69B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B34C; }
p { color: rgb(105,179,76); }
H1.HeaderClassName
{
color: #69B34C;
}
.AnyTagClassName
{
color: #69B34C;
}
</style>
background-color css
<style>
a { background-color: #69B34C; }
a { background-color: rgb(105,179,76); }
div.DivClassName
{
background-color: #69B34C;
}
.BgClassName
{
background-color: #69B34C;
}
</style>
border-color css
<style>
span { border-color: #69B34C; }
span { border-color: rgb(105,179,76); }
td.TdClassName
{
border-color: #69B34C;
}
.TagClassName
{
border-color: #69B34C;
}
</style>