Shades of Apple #699D45
Tints of Apple #699D45
RGB
CMYK
RGB Variations
Color information
#699D45 (or 0x699D45) is known color: Apple. HEX triplet: 69, 9D and 45. RGB value is (105,157,69). Sum of RGB (Red+Green+Blue) = 105+157+69=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #699D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D45 is #9662BA. Grayscale: #838383. Windows color (decimal): -9855675 or 4562281. OLE color: 4562281.
HSL color Cylindrical-coordinate representation of color #699D45: hue angle of 95.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699D45 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 69 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.38 |
| HSL | 95.45º | 0.39% | 0.44% | - |
| HSV(B) | 95.45º | 0.56% | 0.62% | - |
| XYZ | 18.96 | 27.55 | 9.95 | - |
| YUV | 131.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 69 | 0.33 | 0 | 0.56 | 0.38 | 95.45 | 0.39 | 0.44 |
| Hex | 69 | 9D | 45 | 21 | 0 | 38 | 26 | 5F | 27 | 2C |
| Octal | 151 | 235 | 105 | 41 | 0 | 70 | 46 | 137 | 47 | 54 |
| Binary | 1101001 | 10011101 | 1000101 | 100001 | 0 | 111000 | 100110 | 1011111 | 100111 | 101100 |
Color Harmonies of #699D45
Complementary color
Monochromatic Colors of #699D45
Black with #699D45
Text Example
Text Example
White with #699D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D45; }
p { color: rgb(105,157,69); }
H1.HeaderClassName
{
color: #699D45;
}
.AnyTagClassName
{
color: #699D45;
}
</style>
background-color css
<style>
a { background-color: #699D45; }
a { background-color: rgb(105,157,69); }
div.DivClassName
{
background-color: #699D45;
}
.BgClassName
{
background-color: #699D45;
}
</style>
border-color css
<style>
span { border-color: #699D45; }
span { border-color: rgb(105,157,69); }
td.TdClassName
{
border-color: #699D45;
}
.TagClassName
{
border-color: #699D45;
}
</style>