Shades of Apple #6CB145
Tints of Apple #6CB145
RGB
CMYK
RGB Variations
Color information
#6CB145 (or 0x6CB145) is known color: Apple. HEX triplet: 6C, B1 and 45. RGB value is (108,177,69). Sum of RGB (Red+Green+Blue) = 108+177+69=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB145 is #934EBA. Grayscale: #909090. Windows color (decimal): -9653947 or 4567404. OLE color: 4567404.
HSL color Cylindrical-coordinate representation of color #6CB145: hue angle of 98.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CB145 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 69 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.31 |
| HSL | 98.33º | 0.44% | 0.48% | - |
| HSV(B) | 98.33º | 0.61% | 0.69% | - |
| XYZ | 22.98 | 35.06 | 11.19 | - |
| YUV | 144.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 69 | 0.39 | 0 | 0.61 | 0.31 | 98.33 | 0.44 | 0.48 |
| Hex | 6C | B1 | 45 | 27 | 0 | 3D | 1F | 62 | 2C | 30 |
| Octal | 154 | 261 | 105 | 47 | 0 | 75 | 37 | 142 | 54 | 60 |
| Binary | 1101100 | 10110001 | 1000101 | 100111 | 0 | 111101 | 11111 | 1100010 | 101100 | 110000 |
Color Harmonies of #6CB145
Complementary color
Monochromatic Colors of #6CB145
Black with #6CB145
Text Example
Text Example
White with #6CB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB145; }
p { color: rgb(108,177,69); }
H1.HeaderClassName
{
color: #6CB145;
}
.AnyTagClassName
{
color: #6CB145;
}
</style>
background-color css
<style>
a { background-color: #6CB145; }
a { background-color: rgb(108,177,69); }
div.DivClassName
{
background-color: #6CB145;
}
.BgClassName
{
background-color: #6CB145;
}
</style>
border-color css
<style>
span { border-color: #6CB145; }
span { border-color: rgb(108,177,69); }
td.TdClassName
{
border-color: #6CB145;
}
.TagClassName
{
border-color: #6CB145;
}
</style>