Shades of Apple #6FB84B
Tints of Apple #6FB84B
RGB
CMYK
RGB Variations
Color information
#6FB84B (or 0x6FB84B) is known color: Apple. HEX triplet: 6F, B8 and 4B. RGB value is (111,184,75). Sum of RGB (Red+Green+Blue) = 111+184+75=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB84B is #9047B4. Grayscale: #969696. Windows color (decimal): -9455541 or 4962415. OLE color: 4962415.
HSL color Cylindrical-coordinate representation of color #6FB84B: hue angle of 100.18º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FB84B is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 75 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.28 |
| HSL | 100.18º | 0.43% | 0.51% | - |
| HSV(B) | 100.18º | 0.59% | 0.72% | - |
| XYZ | 24.97 | 38.17 | 12.71 | - |
| YUV | 149.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 75 | 0.40 | 0 | 0.59 | 0.28 | 100.18 | 0.43 | 0.51 |
| Hex | 6F | B8 | 4B | 28 | 0 | 3B | 1C | 64 | 2B | 33 |
| Octal | 157 | 270 | 113 | 50 | 0 | 73 | 34 | 144 | 53 | 63 |
| Binary | 1101111 | 10111000 | 1001011 | 101000 | 0 | 111011 | 11100 | 1100100 | 101011 | 110011 |
Color Harmonies of #6FB84B
Complementary color
Monochromatic Colors of #6FB84B
Black with #6FB84B
Text Example
Text Example
White with #6FB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB84B; }
p { color: rgb(111,184,75); }
H1.HeaderClassName
{
color: #6FB84B;
}
.AnyTagClassName
{
color: #6FB84B;
}
</style>
background-color css
<style>
a { background-color: #6FB84B; }
a { background-color: rgb(111,184,75); }
div.DivClassName
{
background-color: #6FB84B;
}
.BgClassName
{
background-color: #6FB84B;
}
</style>
border-color css
<style>
span { border-color: #6FB84B; }
span { border-color: rgb(111,184,75); }
td.TdClassName
{
border-color: #6FB84B;
}
.TagClassName
{
border-color: #6FB84B;
}
</style>