Shades of Apple #6BB14A
Tints of Apple #6BB14A
RGB
CMYK
RGB Variations
Color information
#6BB14A (or 0x6BB14A) is known color: Apple. HEX triplet: 6B, B1 and 4A. RGB value is (107,177,74). Sum of RGB (Red+Green+Blue) = 107+177+74=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BB14A is #944EB5. Grayscale: #909090. Windows color (decimal): -9719478 or 4895083. OLE color: 4895083.
HSL color Cylindrical-coordinate representation of color #6BB14A: hue angle of 100.78º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BB14A is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 74 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.31 |
| HSL | 100.78º | 0.41% | 0.49% | - |
| HSV(B) | 100.78º | 0.58% | 0.69% | - |
| XYZ | 23.02 | 35.06 | 12.03 | - |
| YUV | 144.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 74 | 0.40 | 0 | 0.58 | 0.31 | 100.78 | 0.41 | 0.49 |
| Hex | 6B | B1 | 4A | 28 | 0 | 3A | 1F | 65 | 29 | 31 |
| Octal | 153 | 261 | 112 | 50 | 0 | 72 | 37 | 145 | 51 | 61 |
| Binary | 1101011 | 10110001 | 1001010 | 101000 | 0 | 111010 | 11111 | 1100101 | 101001 | 110001 |
Color Harmonies of #6BB14A
Complementary color
Monochromatic Colors of #6BB14A
Black with #6BB14A
Text Example
Text Example
White with #6BB14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB14A; }
p { color: rgb(107,177,74); }
H1.HeaderClassName
{
color: #6BB14A;
}
.AnyTagClassName
{
color: #6BB14A;
}
</style>
background-color css
<style>
a { background-color: #6BB14A; }
a { background-color: rgb(107,177,74); }
div.DivClassName
{
background-color: #6BB14A;
}
.BgClassName
{
background-color: #6BB14A;
}
</style>
border-color css
<style>
span { border-color: #6BB14A; }
span { border-color: rgb(107,177,74); }
td.TdClassName
{
border-color: #6BB14A;
}
.TagClassName
{
border-color: #6BB14A;
}
</style>