Shades of Apple #6FBC3D
Tints of Apple #6FBC3D
RGB
CMYK
RGB Variations
Color information
#6FBC3D (or 0x6FBC3D) is known color: Apple. HEX triplet: 6F, BC and 3D. RGB value is (111,188,61). Sum of RGB (Red+Green+Blue) = 111+188+61=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC3D is #9043C2. Grayscale: #969696. Windows color (decimal): -9454531 or 4045935. OLE color: 4045935.
HSL color Cylindrical-coordinate representation of color #6FBC3D: hue angle of 96.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FBC3D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 61 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.26 |
| HSL | 96.38º | 0.51% | 0.49% | - |
| HSV(B) | 96.38º | 0.68% | 0.74% | - |
| XYZ | 25.38 | 39.68 | 10.74 | - |
| YUV | 150.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 61 | 0.41 | 0 | 0.68 | 0.26 | 96.38 | 0.51 | 0.49 |
| Hex | 6F | BC | 3D | 29 | 0 | 44 | 1A | 60 | 33 | 31 |
| Octal | 157 | 274 | 75 | 51 | 0 | 104 | 32 | 140 | 63 | 61 |
| Binary | 1101111 | 10111100 | 111101 | 101001 | 0 | 1000100 | 11010 | 1100000 | 110011 | 110001 |
Color Harmonies of #6FBC3D
Complementary color
Monochromatic Colors of #6FBC3D
Black with #6FBC3D
Text Example
Text Example
White with #6FBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC3D; }
p { color: rgb(111,188,61); }
H1.HeaderClassName
{
color: #6FBC3D;
}
.AnyTagClassName
{
color: #6FBC3D;
}
</style>
background-color css
<style>
a { background-color: #6FBC3D; }
a { background-color: rgb(111,188,61); }
div.DivClassName
{
background-color: #6FBC3D;
}
.BgClassName
{
background-color: #6FBC3D;
}
</style>
border-color css
<style>
span { border-color: #6FBC3D; }
span { border-color: rgb(111,188,61); }
td.TdClassName
{
border-color: #6FBC3D;
}
.TagClassName
{
border-color: #6FBC3D;
}
</style>