Shades of Apple #6CAB5D
Tints of Apple #6CAB5D
RGB
CMYK
RGB Variations
Color information
#6CAB5D (or 0x6CAB5D) is known color: Apple. HEX triplet: 6C, AB and 5D. RGB value is (108,171,93). Sum of RGB (Red+Green+Blue) = 108+171+93=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CAB5D is #9354A2. Grayscale: #8F8F8F. Windows color (decimal): -9655459 or 6138732. OLE color: 6138732.
HSL color Cylindrical-coordinate representation of color #6CAB5D: hue angle of 108.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CAB5D is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 93 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.33 |
| HSL | 108.46º | 0.32% | 0.52% | - |
| HSV(B) | 108.46º | 0.46% | 0.67% | - |
| XYZ | 22.72 | 33.1 | 15.55 | - |
| YUV | 143.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 93 | 0.37 | 0 | 0.46 | 0.33 | 108.46 | 0.32 | 0.52 |
| Hex | 6C | AB | 5D | 25 | 0 | 2E | 21 | 6C | 20 | 34 |
| Octal | 154 | 253 | 135 | 45 | 0 | 56 | 41 | 154 | 40 | 64 |
| Binary | 1101100 | 10101011 | 1011101 | 100101 | 0 | 101110 | 100001 | 1101100 | 100000 | 110100 |
Color Harmonies of #6CAB5D
Complementary color
Monochromatic Colors of #6CAB5D
Black with #6CAB5D
Text Example
Text Example
White with #6CAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB5D; }
p { color: rgb(108,171,93); }
H1.HeaderClassName
{
color: #6CAB5D;
}
.AnyTagClassName
{
color: #6CAB5D;
}
</style>
background-color css
<style>
a { background-color: #6CAB5D; }
a { background-color: rgb(108,171,93); }
div.DivClassName
{
background-color: #6CAB5D;
}
.BgClassName
{
background-color: #6CAB5D;
}
</style>
border-color css
<style>
span { border-color: #6CAB5D; }
span { border-color: rgb(108,171,93); }
td.TdClassName
{
border-color: #6CAB5D;
}
.TagClassName
{
border-color: #6CAB5D;
}
</style>