Shades of Apple #6BBC3D
Tints of Apple #6BBC3D
RGB
CMYK
RGB Variations
Color information
#6BBC3D (or 0x6BBC3D) is known color: Apple. HEX triplet: 6B, BC and 3D. RGB value is (107,188,61). Sum of RGB (Red+Green+Blue) = 107+188+61=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC3D is #9443C2. Grayscale: #959595. Windows color (decimal): -9716675 or 4045931. OLE color: 4045931.
HSL color Cylindrical-coordinate representation of color #6BBC3D: hue angle of 98.27º degrees, saturation: 0.51, 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 #6BBC3D is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 61 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.26 |
| HSL | 98.27º | 0.51% | 0.49% | - |
| HSV(B) | 98.27º | 0.68% | 0.74% | - |
| XYZ | 24.89 | 39.43 | 10.71 | - |
| YUV | 149.3 | 78.16 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 61 | 0.43 | 0 | 0.68 | 0.26 | 98.27 | 0.51 | 0.49 |
| Hex | 6B | BC | 3D | 2B | 0 | 44 | 1A | 62 | 33 | 31 |
| Octal | 153 | 274 | 75 | 53 | 0 | 104 | 32 | 142 | 63 | 61 |
| Binary | 1101011 | 10111100 | 111101 | 101011 | 0 | 1000100 | 11010 | 1100010 | 110011 | 110001 |
Color Harmonies of #6BBC3D
Complementary color
Monochromatic Colors of #6BBC3D
Black with #6BBC3D
Text Example
Text Example
White with #6BBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC3D; }
p { color: rgb(107,188,61); }
H1.HeaderClassName
{
color: #6BBC3D;
}
.AnyTagClassName
{
color: #6BBC3D;
}
</style>
background-color css
<style>
a { background-color: #6BBC3D; }
a { background-color: rgb(107,188,61); }
div.DivClassName
{
background-color: #6BBC3D;
}
.BgClassName
{
background-color: #6BBC3D;
}
</style>
border-color css
<style>
span { border-color: #6BBC3D; }
span { border-color: rgb(107,188,61); }
td.TdClassName
{
border-color: #6BBC3D;
}
.TagClassName
{
border-color: #6BBC3D;
}
</style>