Shades of Apple #6FB74B
Tints of Apple #6FB74B
RGB
CMYK
RGB Variations
Color information
#6FB74B (or 0x6FB74B) is known color: Apple. HEX triplet: 6F, B7 and 4B. RGB value is (111,183,75). Sum of RGB (Red+Green+Blue) = 111+183+75=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #6FB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB74B is #9048B4. Grayscale: #959595. Windows color (decimal): -9455797 or 4962159. OLE color: 4962159.
HSL color Cylindrical-coordinate representation of color #6FB74B: hue angle of 100º 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 #6FB74B is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 183 | 75 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.28 |
| HSL | 100º | 0.43% | 0.51% | - |
| HSV(B) | 100º | 0.59% | 0.72% | - |
| XYZ | 24.76 | 37.75 | 12.64 | - |
| YUV | 149.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 75 | 0.39 | 0 | 0.59 | 0.28 | 100 | 0.43 | 0.51 |
| Hex | 6F | B7 | 4B | 27 | 0 | 3B | 1C | 64 | 2B | 33 |
| Octal | 157 | 267 | 113 | 47 | 0 | 73 | 34 | 144 | 53 | 63 |
| Binary | 1101111 | 10110111 | 1001011 | 100111 | 0 | 111011 | 11100 | 1100100 | 101011 | 110011 |
Color Harmonies of #6FB74B
Complementary color
Monochromatic Colors of #6FB74B
Black with #6FB74B
Text Example
Text Example
White with #6FB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB74B; }
p { color: rgb(111,183,75); }
H1.HeaderClassName
{
color: #6FB74B;
}
.AnyTagClassName
{
color: #6FB74B;
}
</style>
background-color css
<style>
a { background-color: #6FB74B; }
a { background-color: rgb(111,183,75); }
div.DivClassName
{
background-color: #6FB74B;
}
.BgClassName
{
background-color: #6FB74B;
}
</style>
border-color css
<style>
span { border-color: #6FB74B; }
span { border-color: rgb(111,183,75); }
td.TdClassName
{
border-color: #6FB74B;
}
.TagClassName
{
border-color: #6FB74B;
}
</style>