Shades of Apple #6CB04C
Tints of Apple #6CB04C
RGB
CMYK
RGB Variations
Color information
#6CB04C (or 0x6CB04C) is known color: Apple. HEX triplet: 6C, B0 and 4C. RGB value is (108,176,76). Sum of RGB (Red+Green+Blue) = 108+176+76=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB04C is #934FB3. Grayscale: #909090. Windows color (decimal): -9654196 or 5025900. OLE color: 5025900.
HSL color Cylindrical-coordinate representation of color #6CB04C: hue angle of 100.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CB04C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 76 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.31 |
| HSL | 100.8º | 0.4% | 0.49% | - |
| HSV(B) | 100.8º | 0.57% | 0.69% | - |
| XYZ | 23.01 | 34.76 | 12.33 | - |
| YUV | 144.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 76 | 0.39 | 0 | 0.57 | 0.31 | 100.8 | 0.4 | 0.49 |
| Hex | 6C | B0 | 4C | 27 | 0 | 39 | 1F | 65 | 28 | 31 |
| Octal | 154 | 260 | 114 | 47 | 0 | 71 | 37 | 145 | 50 | 61 |
| Binary | 1101100 | 10110000 | 1001100 | 100111 | 0 | 111001 | 11111 | 1100101 | 101000 | 110001 |
Color Harmonies of #6CB04C
Complementary color
Monochromatic Colors of #6CB04C
Black with #6CB04C
Text Example
Text Example
White with #6CB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB04C; }
p { color: rgb(108,176,76); }
H1.HeaderClassName
{
color: #6CB04C;
}
.AnyTagClassName
{
color: #6CB04C;
}
</style>
background-color css
<style>
a { background-color: #6CB04C; }
a { background-color: rgb(108,176,76); }
div.DivClassName
{
background-color: #6CB04C;
}
.BgClassName
{
background-color: #6CB04C;
}
</style>
border-color css
<style>
span { border-color: #6CB04C; }
span { border-color: rgb(108,176,76); }
td.TdClassName
{
border-color: #6CB04C;
}
.TagClassName
{
border-color: #6CB04C;
}
</style>