Shades of Apple #6FB63D
Tints of Apple #6FB63D
RGB
CMYK
RGB Variations
Color information
#6FB63D (or 0x6FB63D) is known color: Apple. HEX triplet: 6F, B6 and 3D. RGB value is (111,182,61). Sum of RGB (Red+Green+Blue) = 111+182+61=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #6FB63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB63D is #9049C2. Grayscale: #939393. Windows color (decimal): -9456067 or 4044399. OLE color: 4044399.
HSL color Cylindrical-coordinate representation of color #6FB63D: hue angle of 95.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6FB63D is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 182 | 61 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.29 |
| HSL | 95.21º | 0.5% | 0.48% | - |
| HSV(B) | 95.21º | 0.66% | 0.71% | - |
| XYZ | 24.13 | 37.17 | 10.32 | - |
| YUV | 146.98 | 79.48 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 182 | 61 | 0.39 | 0 | 0.66 | 0.29 | 95.21 | 0.5 | 0.48 |
| Hex | 6F | B6 | 3D | 27 | 0 | 42 | 1D | 5F | 32 | 30 |
| Octal | 157 | 266 | 75 | 47 | 0 | 102 | 35 | 137 | 62 | 60 |
| Binary | 1101111 | 10110110 | 111101 | 100111 | 0 | 1000010 | 11101 | 1011111 | 110010 | 110000 |
Color Harmonies of #6FB63D
Complementary color
Monochromatic Colors of #6FB63D
Black with #6FB63D
Text Example
Text Example
White with #6FB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB63D; }
p { color: rgb(111,182,61); }
H1.HeaderClassName
{
color: #6FB63D;
}
.AnyTagClassName
{
color: #6FB63D;
}
</style>
background-color css
<style>
a { background-color: #6FB63D; }
a { background-color: rgb(111,182,61); }
div.DivClassName
{
background-color: #6FB63D;
}
.BgClassName
{
background-color: #6FB63D;
}
</style>
border-color css
<style>
span { border-color: #6FB63D; }
span { border-color: rgb(111,182,61); }
td.TdClassName
{
border-color: #6FB63D;
}
.TagClassName
{
border-color: #6FB63D;
}
</style>