Shades of Apple #6BB348
Tints of Apple #6BB348
RGB
CMYK
RGB Variations
Color information
#6BB348 (or 0x6BB348) is known color: Apple. HEX triplet: 6B, B3 and 48. RGB value is (107,179,72). Sum of RGB (Red+Green+Blue) = 107+179+72=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BB348 is #944CB7. Grayscale: #919191. Windows color (decimal): -9718968 or 4764523. OLE color: 4764523.
HSL color Cylindrical-coordinate representation of color #6BB348: hue angle of 100.37º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BB348 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 179 | 72 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.30 |
| HSL | 100.37º | 0.43% | 0.49% | - |
| HSV(B) | 100.37º | 0.6% | 0.7% | - |
| XYZ | 23.35 | 35.83 | 11.82 | - |
| YUV | 145.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 179 | 72 | 0.40 | 0 | 0.60 | 0.30 | 100.37 | 0.43 | 0.49 |
| Hex | 6B | B3 | 48 | 28 | 0 | 3C | 1E | 64 | 2B | 31 |
| Octal | 153 | 263 | 110 | 50 | 0 | 74 | 36 | 144 | 53 | 61 |
| Binary | 1101011 | 10110011 | 1001000 | 101000 | 0 | 111100 | 11110 | 1100100 | 101011 | 110001 |
Color Harmonies of #6BB348
Complementary color
Monochromatic Colors of #6BB348
Black with #6BB348
Text Example
Text Example
White with #6BB348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB348; }
p { color: rgb(107,179,72); }
H1.HeaderClassName
{
color: #6BB348;
}
.AnyTagClassName
{
color: #6BB348;
}
</style>
background-color css
<style>
a { background-color: #6BB348; }
a { background-color: rgb(107,179,72); }
div.DivClassName
{
background-color: #6BB348;
}
.BgClassName
{
background-color: #6BB348;
}
</style>
border-color css
<style>
span { border-color: #6BB348; }
span { border-color: rgb(107,179,72); }
td.TdClassName
{
border-color: #6BB348;
}
.TagClassName
{
border-color: #6BB348;
}
</style>