Shades of Apple #6FBE3D
Tints of Apple #6FBE3D
RGB
CMYK
RGB Variations
Color information
#6FBE3D (or 0x6FBE3D) is known color: Apple. HEX triplet: 6F, BE and 3D. RGB value is (111,190,61). Sum of RGB (Red+Green+Blue) = 111+190+61=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBE3D is #9041C2. Grayscale: #989898. Windows color (decimal): -9454019 or 4046447. OLE color: 4046447.
HSL color Cylindrical-coordinate representation of color #6FBE3D: hue angle of 96.74º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FBE3D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 190 | 61 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.25 |
| HSL | 96.74º | 0.51% | 0.49% | - |
| HSV(B) | 96.74º | 0.68% | 0.75% | - |
| XYZ | 25.81 | 40.54 | 10.88 | - |
| YUV | 151.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 61 | 0.42 | 0 | 0.68 | 0.25 | 96.74 | 0.51 | 0.49 |
| Hex | 6F | BE | 3D | 2A | 0 | 44 | 19 | 61 | 33 | 31 |
| Octal | 157 | 276 | 75 | 52 | 0 | 104 | 31 | 141 | 63 | 61 |
| Binary | 1101111 | 10111110 | 111101 | 101010 | 0 | 1000100 | 11001 | 1100001 | 110011 | 110001 |
Color Harmonies of #6FBE3D
Complementary color
Monochromatic Colors of #6FBE3D
Black with #6FBE3D
Text Example
Text Example
White with #6FBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBE3D; }
p { color: rgb(111,190,61); }
H1.HeaderClassName
{
color: #6FBE3D;
}
.AnyTagClassName
{
color: #6FBE3D;
}
</style>
background-color css
<style>
a { background-color: #6FBE3D; }
a { background-color: rgb(111,190,61); }
div.DivClassName
{
background-color: #6FBE3D;
}
.BgClassName
{
background-color: #6FBE3D;
}
</style>
border-color css
<style>
span { border-color: #6FBE3D; }
span { border-color: rgb(111,190,61); }
td.TdClassName
{
border-color: #6FBE3D;
}
.TagClassName
{
border-color: #6FBE3D;
}
</style>