Shades of Apple #6FBD4C
Tints of Apple #6FBD4C
RGB
CMYK
RGB Variations
Color information
#6FBD4C (or 0x6FBD4C) is known color: Apple. HEX triplet: 6F, BD and 4C. RGB value is (111,189,76). Sum of RGB (Red+Green+Blue) = 111+189+76=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBD4C is #9042B3. Grayscale: #999999. Windows color (decimal): -9454260 or 5029231. OLE color: 5029231.
HSL color Cylindrical-coordinate representation of color #6FBD4C: hue angle of 101.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FBD4C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 76 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.26 |
| HSL | 101.42º | 0.46% | 0.52% | - |
| HSV(B) | 101.42º | 0.6% | 0.74% | - |
| XYZ | 26.06 | 40.3 | 13.24 | - |
| YUV | 152.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 76 | 0.41 | 0 | 0.60 | 0.26 | 101.42 | 0.46 | 0.52 |
| Hex | 6F | BD | 4C | 29 | 0 | 3C | 1A | 65 | 2E | 34 |
| Octal | 157 | 275 | 114 | 51 | 0 | 74 | 32 | 145 | 56 | 64 |
| Binary | 1101111 | 10111101 | 1001100 | 101001 | 0 | 111100 | 11010 | 1100101 | 101110 | 110100 |
Color Harmonies of #6FBD4C
Complementary color
Monochromatic Colors of #6FBD4C
Black with #6FBD4C
Text Example
Text Example
White with #6FBD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBD4C; }
p { color: rgb(111,189,76); }
H1.HeaderClassName
{
color: #6FBD4C;
}
.AnyTagClassName
{
color: #6FBD4C;
}
</style>
background-color css
<style>
a { background-color: #6FBD4C; }
a { background-color: rgb(111,189,76); }
div.DivClassName
{
background-color: #6FBD4C;
}
.BgClassName
{
background-color: #6FBD4C;
}
</style>
border-color css
<style>
span { border-color: #6FBD4C; }
span { border-color: rgb(111,189,76); }
td.TdClassName
{
border-color: #6FBD4C;
}
.TagClassName
{
border-color: #6FBD4C;
}
</style>