Shades of Apple #69B13D
Tints of Apple #69B13D
RGB
CMYK
RGB Variations
Color information
#69B13D (or 0x69B13D) is known color: Apple. HEX triplet: 69, B1 and 3D. RGB value is (105,177,61). Sum of RGB (Red+Green+Blue) = 105+177+61=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #69B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B13D is #964EC2. Grayscale: #8E8E8E. Windows color (decimal): -9850563 or 4043113. OLE color: 4043113.
HSL color Cylindrical-coordinate representation of color #69B13D: hue angle of 97.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69B13D is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 61 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.31 |
| HSL | 97.24º | 0.49% | 0.47% | - |
| HSV(B) | 97.24º | 0.66% | 0.69% | - |
| XYZ | 22.39 | 34.78 | 9.95 | - |
| YUV | 142.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 61 | 0.41 | 0 | 0.66 | 0.31 | 97.24 | 0.49 | 0.47 |
| Hex | 69 | B1 | 3D | 29 | 0 | 42 | 1F | 61 | 31 | 2F |
| Octal | 151 | 261 | 75 | 51 | 0 | 102 | 37 | 141 | 61 | 57 |
| Binary | 1101001 | 10110001 | 111101 | 101001 | 0 | 1000010 | 11111 | 1100001 | 110001 | 101111 |
Color Harmonies of #69B13D
Complementary color
Monochromatic Colors of #69B13D
Black with #69B13D
Text Example
Text Example
White with #69B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B13D; }
p { color: rgb(105,177,61); }
H1.HeaderClassName
{
color: #69B13D;
}
.AnyTagClassName
{
color: #69B13D;
}
</style>
background-color css
<style>
a { background-color: #69B13D; }
a { background-color: rgb(105,177,61); }
div.DivClassName
{
background-color: #69B13D;
}
.BgClassName
{
background-color: #69B13D;
}
</style>
border-color css
<style>
span { border-color: #69B13D; }
span { border-color: rgb(105,177,61); }
td.TdClassName
{
border-color: #69B13D;
}
.TagClassName
{
border-color: #69B13D;
}
</style>