Shades of Apple #6BBC3C
Tints of Apple #6BBC3C
RGB
CMYK
RGB Variations
Color information
#6BBC3C (or 0x6BBC3C) is known color: Apple. HEX triplet: 6B, BC and 3C. RGB value is (107,188,60). Sum of RGB (Red+Green+Blue) = 107+188+60=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC3C is #9443C3. Grayscale: #959595. Windows color (decimal): -9716676 or 3980395. OLE color: 3980395.
HSL color Cylindrical-coordinate representation of color #6BBC3C: hue angle of 97.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6BBC3C is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 60 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.26 |
| HSL | 97.97º | 0.52% | 0.49% | - |
| HSV(B) | 97.97º | 0.68% | 0.74% | - |
| XYZ | 24.86 | 39.42 | 10.57 | - |
| YUV | 149.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 60 | 0.43 | 0 | 0.68 | 0.26 | 97.97 | 0.52 | 0.49 |
| Hex | 6B | BC | 3C | 2B | 0 | 44 | 1A | 62 | 34 | 31 |
| Octal | 153 | 274 | 74 | 53 | 0 | 104 | 32 | 142 | 64 | 61 |
| Binary | 1101011 | 10111100 | 111100 | 101011 | 0 | 1000100 | 11010 | 1100010 | 110100 | 110001 |
Color Harmonies of #6BBC3C
Complementary color
Monochromatic Colors of #6BBC3C
Black with #6BBC3C
Text Example
Text Example
White with #6BBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC3C; }
p { color: rgb(107,188,60); }
H1.HeaderClassName
{
color: #6BBC3C;
}
.AnyTagClassName
{
color: #6BBC3C;
}
</style>
background-color css
<style>
a { background-color: #6BBC3C; }
a { background-color: rgb(107,188,60); }
div.DivClassName
{
background-color: #6BBC3C;
}
.BgClassName
{
background-color: #6BBC3C;
}
</style>
border-color css
<style>
span { border-color: #6BBC3C; }
span { border-color: rgb(107,188,60); }
td.TdClassName
{
border-color: #6BBC3C;
}
.TagClassName
{
border-color: #6BBC3C;
}
</style>