Shades of Apple #6FB445
Tints of Apple #6FB445
RGB
CMYK
RGB Variations
Color information
#6FB445 (or 0x6FB445) is known color: Apple. HEX triplet: 6F, B4 and 45. RGB value is (111,180,69). Sum of RGB (Red+Green+Blue) = 111+180+69=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB445 is #904BBA. Grayscale: #939393. Windows color (decimal): -9456571 or 4568175. OLE color: 4568175.
HSL color Cylindrical-coordinate representation of color #6FB445: hue angle of 97.3º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6FB445 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 69 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.29 |
| HSL | 97.3º | 0.45% | 0.49% | - |
| HSV(B) | 97.3º | 0.62% | 0.71% | - |
| XYZ | 23.95 | 36.45 | 11.4 | - |
| YUV | 146.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 69 | 0.38 | 0 | 0.62 | 0.29 | 97.3 | 0.45 | 0.49 |
| Hex | 6F | B4 | 45 | 26 | 0 | 3E | 1D | 61 | 2D | 31 |
| Octal | 157 | 264 | 105 | 46 | 0 | 76 | 35 | 141 | 55 | 61 |
| Binary | 1101111 | 10110100 | 1000101 | 100110 | 0 | 111110 | 11101 | 1100001 | 101101 | 110001 |
Color Harmonies of #6FB445
Complementary color
Monochromatic Colors of #6FB445
Black with #6FB445
Text Example
Text Example
White with #6FB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB445; }
p { color: rgb(111,180,69); }
H1.HeaderClassName
{
color: #6FB445;
}
.AnyTagClassName
{
color: #6FB445;
}
</style>
background-color css
<style>
a { background-color: #6FB445; }
a { background-color: rgb(111,180,69); }
div.DivClassName
{
background-color: #6FB445;
}
.BgClassName
{
background-color: #6FB445;
}
</style>
border-color css
<style>
span { border-color: #6FB445; }
span { border-color: rgb(111,180,69); }
td.TdClassName
{
border-color: #6FB445;
}
.TagClassName
{
border-color: #6FB445;
}
</style>