Shades of Apple #6CB432
Tints of Apple #6CB432
RGB
CMYK
RGB Variations
Color information
#6CB432 (or 0x6CB432) is known color: Apple. HEX triplet: 6C, B4 and 32. RGB value is (108,180,50). Sum of RGB (Red+Green+Blue) = 108+180+50=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB432 is #934BCD. Grayscale: #909090. Windows color (decimal): -9653198 or 3322988. OLE color: 3322988.
HSL color Cylindrical-coordinate representation of color #6CB432: hue angle of 93.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6CB432 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 50 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.29 |
| HSL | 93.23º | 0.57% | 0.45% | - |
| HSV(B) | 93.23º | 0.72% | 0.71% | - |
| XYZ | 23.08 | 36.06 | 8.76 | - |
| YUV | 143.65 | 75.15 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 50 | 0.40 | 0 | 0.72 | 0.29 | 93.23 | 0.57 | 0.45 |
| Hex | 6C | B4 | 32 | 28 | 0 | 48 | 1D | 5D | 39 | 2D |
| Octal | 154 | 264 | 62 | 50 | 0 | 110 | 35 | 135 | 71 | 55 |
| Binary | 1101100 | 10110100 | 110010 | 101000 | 0 | 1001000 | 11101 | 1011101 | 111001 | 101101 |
Color Harmonies of #6CB432
Complementary color
Monochromatic Colors of #6CB432
Black with #6CB432
Text Example
Text Example
White with #6CB432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB432; }
p { color: rgb(108,180,50); }
H1.HeaderClassName
{
color: #6CB432;
}
.AnyTagClassName
{
color: #6CB432;
}
</style>
background-color css
<style>
a { background-color: #6CB432; }
a { background-color: rgb(108,180,50); }
div.DivClassName
{
background-color: #6CB432;
}
.BgClassName
{
background-color: #6CB432;
}
</style>
border-color css
<style>
span { border-color: #6CB432; }
span { border-color: rgb(108,180,50); }
td.TdClassName
{
border-color: #6CB432;
}
.TagClassName
{
border-color: #6CB432;
}
</style>