Shades of Apple #6FC534
Tints of Apple #6FC534
RGB
CMYK
RGB Variations
Color information
#6FC534 (or 0x6FC534) is known color: Apple. HEX triplet: 6F, C5 and 34. RGB value is (111,197,52). Sum of RGB (Red+Green+Blue) = 111+197+52=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC534 is #903ACB. Grayscale: #9B9B9B. Windows color (decimal): -9452236 or 3458415. OLE color: 3458415.
HSL color Cylindrical-coordinate representation of color #6FC534: hue angle of 95.59º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FC534 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 52 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.23 |
| HSL | 95.59º | 0.58% | 0.49% | - |
| HSV(B) | 95.59º | 0.74% | 0.77% | - |
| XYZ | 27.14 | 43.56 | 10.23 | - |
| YUV | 154.76 | 70.01 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 52 | 0.44 | 0 | 0.74 | 0.23 | 95.59 | 0.58 | 0.49 |
| Hex | 6F | C5 | 34 | 2C | 0 | 4A | 17 | 60 | 3A | 31 |
| Octal | 157 | 305 | 64 | 54 | 0 | 112 | 27 | 140 | 72 | 61 |
| Binary | 1101111 | 11000101 | 110100 | 101100 | 0 | 1001010 | 10111 | 1100000 | 111010 | 110001 |
Color Harmonies of #6FC534
Complementary color
Monochromatic Colors of #6FC534
Black with #6FC534
Text Example
Text Example
White with #6FC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC534; }
p { color: rgb(111,197,52); }
H1.HeaderClassName
{
color: #6FC534;
}
.AnyTagClassName
{
color: #6FC534;
}
</style>
background-color css
<style>
a { background-color: #6FC534; }
a { background-color: rgb(111,197,52); }
div.DivClassName
{
background-color: #6FC534;
}
.BgClassName
{
background-color: #6FC534;
}
</style>
border-color css
<style>
span { border-color: #6FC534; }
span { border-color: rgb(111,197,52); }
td.TdClassName
{
border-color: #6FC534;
}
.TagClassName
{
border-color: #6FC534;
}
</style>