Shades of Apple #69BD4B
Tints of Apple #69BD4B
RGB
CMYK
RGB Variations
Color information
#69BD4B (or 0x69BD4B) is known color: Apple. HEX triplet: 69, BD and 4B. RGB value is (105,189,75). Sum of RGB (Red+Green+Blue) = 105+189+75=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BD4B is #9642B4. Grayscale: #979797. Windows color (decimal): -9847477 or 4963689. OLE color: 4963689.
HSL color Cylindrical-coordinate representation of color #69BD4B: hue angle of 104.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69BD4B is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 189 | 75 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.26 |
| HSL | 104.21º | 0.46% | 0.52% | - |
| HSV(B) | 104.21º | 0.6% | 0.74% | - |
| XYZ | 25.29 | 39.91 | 13.03 | - |
| YUV | 150.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 75 | 0.44 | 0 | 0.60 | 0.26 | 104.21 | 0.46 | 0.52 |
| Hex | 69 | BD | 4B | 2C | 0 | 3C | 1A | 68 | 2E | 34 |
| Octal | 151 | 275 | 113 | 54 | 0 | 74 | 32 | 150 | 56 | 64 |
| Binary | 1101001 | 10111101 | 1001011 | 101100 | 0 | 111100 | 11010 | 1101000 | 101110 | 110100 |
Color Harmonies of #69BD4B
Complementary color
Monochromatic Colors of #69BD4B
Black with #69BD4B
Text Example
Text Example
White with #69BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BD4B; }
p { color: rgb(105,189,75); }
H1.HeaderClassName
{
color: #69BD4B;
}
.AnyTagClassName
{
color: #69BD4B;
}
</style>
background-color css
<style>
a { background-color: #69BD4B; }
a { background-color: rgb(105,189,75); }
div.DivClassName
{
background-color: #69BD4B;
}
.BgClassName
{
background-color: #69BD4B;
}
</style>
border-color css
<style>
span { border-color: #69BD4B; }
span { border-color: rgb(105,189,75); }
td.TdClassName
{
border-color: #69BD4B;
}
.TagClassName
{
border-color: #69BD4B;
}
</style>