Shades of Apple #69B531
Tints of Apple #69B531
RGB
CMYK
RGB Variations
Color information
#69B531 (or 0x69B531) is known color: Apple. HEX triplet: 69, B5 and 31. RGB value is (105,181,49). Sum of RGB (Red+Green+Blue) = 105+181+49=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #69B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B531 is #964ACE. Grayscale: #8F8F8F. Windows color (decimal): -9849551 or 3257705. OLE color: 3257705.
HSL color Cylindrical-coordinate representation of color #69B531: hue angle of 94.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69B531 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 181 | 49 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.29 |
| HSL | 94.55º | 0.57% | 0.45% | - |
| HSV(B) | 94.55º | 0.73% | 0.71% | - |
| XYZ | 22.9 | 36.27 | 8.7 | - |
| YUV | 143.23 | 74.82 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 49 | 0.42 | 0 | 0.73 | 0.29 | 94.55 | 0.57 | 0.45 |
| Hex | 69 | B5 | 31 | 2A | 0 | 49 | 1D | 5F | 39 | 2D |
| Octal | 151 | 265 | 61 | 52 | 0 | 111 | 35 | 137 | 71 | 55 |
| Binary | 1101001 | 10110101 | 110001 | 101010 | 0 | 1001001 | 11101 | 1011111 | 111001 | 101101 |
Color Harmonies of #69B531
Complementary color
Monochromatic Colors of #69B531
Black with #69B531
Text Example
Text Example
White with #69B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B531; }
p { color: rgb(105,181,49); }
H1.HeaderClassName
{
color: #69B531;
}
.AnyTagClassName
{
color: #69B531;
}
</style>
background-color css
<style>
a { background-color: #69B531; }
a { background-color: rgb(105,181,49); }
div.DivClassName
{
background-color: #69B531;
}
.BgClassName
{
background-color: #69B531;
}
</style>
border-color css
<style>
span { border-color: #69B531; }
span { border-color: rgb(105,181,49); }
td.TdClassName
{
border-color: #69B531;
}
.TagClassName
{
border-color: #69B531;
}
</style>