Shades of Apple #69B434
Tints of Apple #69B434
RGB
CMYK
RGB Variations
Color information
#69B434 (or 0x69B434) is known color: Apple. HEX triplet: 69, B4 and 34. RGB value is (105,180,52). Sum of RGB (Red+Green+Blue) = 105+180+52=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #69B434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B434 is #964BCB. Grayscale: #8F8F8F. Windows color (decimal): -9849804 or 3454057. OLE color: 3454057.
HSL color Cylindrical-coordinate representation of color #69B434: hue angle of 95.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69B434 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 180 | 52 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.29 |
| HSL | 95.16º | 0.55% | 0.45% | - |
| HSV(B) | 95.16º | 0.71% | 0.71% | - |
| XYZ | 22.77 | 35.89 | 8.98 | - |
| YUV | 142.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 52 | 0.42 | 0 | 0.71 | 0.29 | 95.16 | 0.55 | 0.45 |
| Hex | 69 | B4 | 34 | 2A | 0 | 47 | 1D | 5F | 37 | 2D |
| Octal | 151 | 264 | 64 | 52 | 0 | 107 | 35 | 137 | 67 | 55 |
| Binary | 1101001 | 10110100 | 110100 | 101010 | 0 | 1000111 | 11101 | 1011111 | 110111 | 101101 |
Color Harmonies of #69B434
Complementary color
Monochromatic Colors of #69B434
Black with #69B434
Text Example
Text Example
White with #69B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B434; }
p { color: rgb(105,180,52); }
H1.HeaderClassName
{
color: #69B434;
}
.AnyTagClassName
{
color: #69B434;
}
</style>
background-color css
<style>
a { background-color: #69B434; }
a { background-color: rgb(105,180,52); }
div.DivClassName
{
background-color: #69B434;
}
.BgClassName
{
background-color: #69B434;
}
</style>
border-color css
<style>
span { border-color: #69B434; }
span { border-color: rgb(105,180,52); }
td.TdClassName
{
border-color: #69B434;
}
.TagClassName
{
border-color: #69B434;
}
</style>