Shades of Apple #6FC034
Tints of Apple #6FC034
RGB
CMYK
RGB Variations
Color information
#6FC034 (or 0x6FC034) is known color: Apple. HEX triplet: 6F, C0 and 34. RGB value is (111,192,52). Sum of RGB (Red+Green+Blue) = 111+192+52=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC034 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC034 is #903FCB. Grayscale: #989898. Windows color (decimal): -9453516 or 3457135. OLE color: 3457135.
HSL color Cylindrical-coordinate representation of color #6FC034: hue angle of 94.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FC034 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 52 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.25 |
| HSL | 94.71º | 0.57% | 0.48% | - |
| HSV(B) | 94.71º | 0.73% | 0.75% | - |
| XYZ | 26.03 | 41.33 | 9.85 | - |
| YUV | 151.82 | 71.66 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 52 | 0.42 | 0 | 0.73 | 0.25 | 94.71 | 0.57 | 0.48 |
| Hex | 6F | C0 | 34 | 2A | 0 | 49 | 19 | 5F | 39 | 30 |
| Octal | 157 | 300 | 64 | 52 | 0 | 111 | 31 | 137 | 71 | 60 |
| Binary | 1101111 | 11000000 | 110100 | 101010 | 0 | 1001001 | 11001 | 1011111 | 111001 | 110000 |
Color Harmonies of #6FC034
Complementary color
Monochromatic Colors of #6FC034
Black with #6FC034
Text Example
Text Example
White with #6FC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC034; }
p { color: rgb(111,192,52); }
H1.HeaderClassName
{
color: #6FC034;
}
.AnyTagClassName
{
color: #6FC034;
}
</style>
background-color css
<style>
a { background-color: #6FC034; }
a { background-color: rgb(111,192,52); }
div.DivClassName
{
background-color: #6FC034;
}
.BgClassName
{
background-color: #6FC034;
}
</style>
border-color css
<style>
span { border-color: #6FC034; }
span { border-color: rgb(111,192,52); }
td.TdClassName
{
border-color: #6FC034;
}
.TagClassName
{
border-color: #6FC034;
}
</style>