Shades of Apple #6CB43D
Tints of Apple #6CB43D
RGB
CMYK
RGB Variations
Color information
#6CB43D (or 0x6CB43D) is known color: Apple. HEX triplet: 6C, B4 and 3D. RGB value is (108,180,61). Sum of RGB (Red+Green+Blue) = 108+180+61=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB43D is #934BC2. Grayscale: #919191. Windows color (decimal): -9653187 or 4043884. OLE color: 4043884.
HSL color Cylindrical-coordinate representation of color #6CB43D: hue angle of 96.3º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CB43D is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 61 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.29 |
| HSL | 96.3º | 0.49% | 0.47% | - |
| HSV(B) | 96.3º | 0.66% | 0.71% | - |
| XYZ | 23.35 | 36.17 | 10.17 | - |
| YUV | 144.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 61 | 0.40 | 0 | 0.66 | 0.29 | 96.3 | 0.49 | 0.47 |
| Hex | 6C | B4 | 3D | 28 | 0 | 42 | 1D | 60 | 31 | 2F |
| Octal | 154 | 264 | 75 | 50 | 0 | 102 | 35 | 140 | 61 | 57 |
| Binary | 1101100 | 10110100 | 111101 | 101000 | 0 | 1000010 | 11101 | 1100000 | 110001 | 101111 |
Color Harmonies of #6CB43D
Complementary color
Monochromatic Colors of #6CB43D
Black with #6CB43D
Text Example
Text Example
White with #6CB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB43D; }
p { color: rgb(108,180,61); }
H1.HeaderClassName
{
color: #6CB43D;
}
.AnyTagClassName
{
color: #6CB43D;
}
</style>
background-color css
<style>
a { background-color: #6CB43D; }
a { background-color: rgb(108,180,61); }
div.DivClassName
{
background-color: #6CB43D;
}
.BgClassName
{
background-color: #6CB43D;
}
</style>
border-color css
<style>
span { border-color: #6CB43D; }
span { border-color: rgb(108,180,61); }
td.TdClassName
{
border-color: #6CB43D;
}
.TagClassName
{
border-color: #6CB43D;
}
</style>