Shades of Apple #699D43
Tints of Apple #699D43
RGB
CMYK
RGB Variations
Color information
#699D43 (or 0x699D43) is known color: Apple. HEX triplet: 69, 9D and 43. RGB value is (105,157,67). Sum of RGB (Red+Green+Blue) = 105+157+67=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #699D43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D43 is #9662BC. Grayscale: #838383. Windows color (decimal): -9855677 or 4431209. OLE color: 4431209.
HSL color Cylindrical-coordinate representation of color #699D43: hue angle of 94.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #699D43 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 67 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.38 |
| HSL | 94.67º | 0.4% | 0.44% | - |
| HSV(B) | 94.67º | 0.57% | 0.62% | - |
| XYZ | 18.9 | 27.52 | 9.63 | - |
| YUV | 131.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 67 | 0.33 | 0 | 0.57 | 0.38 | 94.67 | 0.4 | 0.44 |
| Hex | 69 | 9D | 43 | 21 | 0 | 39 | 26 | 5F | 28 | 2C |
| Octal | 151 | 235 | 103 | 41 | 0 | 71 | 46 | 137 | 50 | 54 |
| Binary | 1101001 | 10011101 | 1000011 | 100001 | 0 | 111001 | 100110 | 1011111 | 101000 | 101100 |
Color Harmonies of #699D43
Complementary color
Monochromatic Colors of #699D43
Black with #699D43
Text Example
Text Example
White with #699D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D43; }
p { color: rgb(105,157,67); }
H1.HeaderClassName
{
color: #699D43;
}
.AnyTagClassName
{
color: #699D43;
}
</style>
background-color css
<style>
a { background-color: #699D43; }
a { background-color: rgb(105,157,67); }
div.DivClassName
{
background-color: #699D43;
}
.BgClassName
{
background-color: #699D43;
}
</style>
border-color css
<style>
span { border-color: #699D43; }
span { border-color: rgb(105,157,67); }
td.TdClassName
{
border-color: #699D43;
}
.TagClassName
{
border-color: #699D43;
}
</style>