Shades of Apple #6CB045
Tints of Apple #6CB045
RGB
CMYK
RGB Variations
Color information
#6CB045 (or 0x6CB045) is known color: Apple. HEX triplet: 6C, B0 and 45. RGB value is (108,176,69). Sum of RGB (Red+Green+Blue) = 108+176+69=353 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.59% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB045 is #934FBA. Grayscale: #8F8F8F. Windows color (decimal): -9654203 or 4567148. OLE color: 4567148.
HSL color Cylindrical-coordinate representation of color #6CB045: hue angle of 98.13º 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 #6CB045 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 69 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.31 |
| HSL | 98.13º | 0.44% | 0.48% | - |
| HSV(B) | 98.13º | 0.61% | 0.69% | - |
| XYZ | 22.78 | 34.67 | 11.12 | - |
| YUV | 143.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 69 | 0.39 | 0 | 0.61 | 0.31 | 98.13 | 0.44 | 0.48 |
| Hex | 6C | B0 | 45 | 27 | 0 | 3D | 1F | 62 | 2C | 30 |
| Octal | 154 | 260 | 105 | 47 | 0 | 75 | 37 | 142 | 54 | 60 |
| Binary | 1101100 | 10110000 | 1000101 | 100111 | 0 | 111101 | 11111 | 1100010 | 101100 | 110000 |
Color Harmonies of #6CB045
Complementary color
Monochromatic Colors of #6CB045
Black with #6CB045
Text Example
Text Example
White with #6CB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB045; }
p { color: rgb(108,176,69); }
H1.HeaderClassName
{
color: #6CB045;
}
.AnyTagClassName
{
color: #6CB045;
}
</style>
background-color css
<style>
a { background-color: #6CB045; }
a { background-color: rgb(108,176,69); }
div.DivClassName
{
background-color: #6CB045;
}
.BgClassName
{
background-color: #6CB045;
}
</style>
border-color css
<style>
span { border-color: #6CB045; }
span { border-color: rgb(108,176,69); }
td.TdClassName
{
border-color: #6CB045;
}
.TagClassName
{
border-color: #6CB045;
}
</style>