Shades of Apple #6BBC4B
Tints of Apple #6BBC4B
RGB
CMYK
RGB Variations
Color information
#6BBC4B (or 0x6BBC4B) is known color: Apple. HEX triplet: 6B, BC and 4B. RGB value is (107,188,75). Sum of RGB (Red+Green+Blue) = 107+188+75=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC4B is #9443B4. Grayscale: #979797. Windows color (decimal): -9716661 or 4963435. OLE color: 4963435.
HSL color Cylindrical-coordinate representation of color #6BBC4B: hue angle of 103.01º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6BBC4B is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 75 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.26 |
| HSL | 103.01º | 0.46% | 0.52% | - |
| HSV(B) | 103.01º | 0.6% | 0.74% | - |
| XYZ | 25.32 | 39.6 | 12.97 | - |
| YUV | 150.9 | 85.16 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 75 | 0.43 | 0 | 0.60 | 0.26 | 103.01 | 0.46 | 0.52 |
| Hex | 6B | BC | 4B | 2B | 0 | 3C | 1A | 67 | 2E | 34 |
| Octal | 153 | 274 | 113 | 53 | 0 | 74 | 32 | 147 | 56 | 64 |
| Binary | 1101011 | 10111100 | 1001011 | 101011 | 0 | 111100 | 11010 | 1100111 | 101110 | 110100 |
Color Harmonies of #6BBC4B
Complementary color
Monochromatic Colors of #6BBC4B
Black with #6BBC4B
Text Example
Text Example
White with #6BBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC4B; }
p { color: rgb(107,188,75); }
H1.HeaderClassName
{
color: #6BBC4B;
}
.AnyTagClassName
{
color: #6BBC4B;
}
</style>
background-color css
<style>
a { background-color: #6BBC4B; }
a { background-color: rgb(107,188,75); }
div.DivClassName
{
background-color: #6BBC4B;
}
.BgClassName
{
background-color: #6BBC4B;
}
</style>
border-color css
<style>
span { border-color: #6BBC4B; }
span { border-color: rgb(107,188,75); }
td.TdClassName
{
border-color: #6BBC4B;
}
.TagClassName
{
border-color: #6BBC4B;
}
</style>