Shades of Apple #69B445
Tints of Apple #69B445
RGB
CMYK
RGB Variations
Color information
#69B445 (or 0x69B445) is known color: Apple. HEX triplet: 69, B4 and 45. RGB value is (105,180,69). Sum of RGB (Red+Green+Blue) = 105+180+69=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #69B445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B445 is #964BBA. Grayscale: #919191. Windows color (decimal): -9849787 or 4568169. OLE color: 4568169.
HSL color Cylindrical-coordinate representation of color #69B445: hue angle of 100.54º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69B445 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 180 | 69 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.29 |
| HSL | 100.54º | 0.45% | 0.49% | - |
| HSV(B) | 100.54º | 0.62% | 0.71% | - |
| XYZ | 23.22 | 36.08 | 11.37 | - |
| YUV | 144.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 69 | 0.42 | 0 | 0.62 | 0.29 | 100.54 | 0.45 | 0.49 |
| Hex | 69 | B4 | 45 | 2A | 0 | 3E | 1D | 65 | 2D | 31 |
| Octal | 151 | 264 | 105 | 52 | 0 | 76 | 35 | 145 | 55 | 61 |
| Binary | 1101001 | 10110100 | 1000101 | 101010 | 0 | 111110 | 11101 | 1100101 | 101101 | 110001 |
Color Harmonies of #69B445
Complementary color
Monochromatic Colors of #69B445
Black with #69B445
Text Example
Text Example
White with #69B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B445; }
p { color: rgb(105,180,69); }
H1.HeaderClassName
{
color: #69B445;
}
.AnyTagClassName
{
color: #69B445;
}
</style>
background-color css
<style>
a { background-color: #69B445; }
a { background-color: rgb(105,180,69); }
div.DivClassName
{
background-color: #69B445;
}
.BgClassName
{
background-color: #69B445;
}
</style>
border-color css
<style>
span { border-color: #69B445; }
span { border-color: rgb(105,180,69); }
td.TdClassName
{
border-color: #69B445;
}
.TagClassName
{
border-color: #69B445;
}
</style>