Shades of Apple #69C04B
Tints of Apple #69C04B
RGB
CMYK
RGB Variations
Color information
#69C04B (or 0x69C04B) is known color: Apple. HEX triplet: 69, C0 and 4B. RGB value is (105,192,75). Sum of RGB (Red+Green+Blue) = 105+192+75=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #69C04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C04B is #963FB4. Grayscale: #999999. Windows color (decimal): -9846709 or 4964457. OLE color: 4964457.
HSL color Cylindrical-coordinate representation of color #69C04B: hue angle of 104.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69C04B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 75 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.25 |
| HSL | 104.62º | 0.48% | 0.52% | - |
| HSV(B) | 104.62º | 0.61% | 0.75% | - |
| XYZ | 25.95 | 41.21 | 13.24 | - |
| YUV | 152.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 75 | 0.45 | 0 | 0.61 | 0.25 | 104.62 | 0.48 | 0.52 |
| Hex | 69 | C0 | 4B | 2D | 0 | 3D | 19 | 69 | 30 | 34 |
| Octal | 151 | 300 | 113 | 55 | 0 | 75 | 31 | 151 | 60 | 64 |
| Binary | 1101001 | 11000000 | 1001011 | 101101 | 0 | 111101 | 11001 | 1101001 | 110000 | 110100 |
Color Harmonies of #69C04B
Complementary color
Monochromatic Colors of #69C04B
Black with #69C04B
Text Example
Text Example
White with #69C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C04B; }
p { color: rgb(105,192,75); }
H1.HeaderClassName
{
color: #69C04B;
}
.AnyTagClassName
{
color: #69C04B;
}
</style>
background-color css
<style>
a { background-color: #69C04B; }
a { background-color: rgb(105,192,75); }
div.DivClassName
{
background-color: #69C04B;
}
.BgClassName
{
background-color: #69C04B;
}
</style>
border-color css
<style>
span { border-color: #69C04B; }
span { border-color: rgb(105,192,75); }
td.TdClassName
{
border-color: #69C04B;
}
.TagClassName
{
border-color: #69C04B;
}
</style>