Shades of Apple #7BBA3D
Tints of Apple #7BBA3D
RGB
CMYK
RGB Variations
Color information
#7BBA3D (or 0x7BBA3D) is known color: Apple. HEX triplet: 7B, BA and 3D. RGB value is (123,186,61). Sum of RGB (Red+Green+Blue) = 123+186+61=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA3D is #8445C2. Grayscale: #999999. Windows color (decimal): -8668611 or 4045435. OLE color: 4045435.
HSL color Cylindrical-coordinate representation of color #7BBA3D: hue angle of 90.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BBA3D is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 61 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.27 |
| HSL | 90.24º | 0.51% | 0.48% | - |
| HSV(B) | 90.24º | 0.67% | 0.73% | - |
| XYZ | 26.57 | 39.67 | 10.67 | - |
| YUV | 152.91 | 76.13 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 61 | 0.34 | 0 | 0.67 | 0.27 | 90.24 | 0.51 | 0.48 |
| Hex | 7B | BA | 3D | 22 | 0 | 43 | 1B | 5A | 33 | 30 |
| Octal | 173 | 272 | 75 | 42 | 0 | 103 | 33 | 132 | 63 | 60 |
| Binary | 1111011 | 10111010 | 111101 | 100010 | 0 | 1000011 | 11011 | 1011010 | 110011 | 110000 |
Color Harmonies of #7BBA3D
Complementary color
Monochromatic Colors of #7BBA3D
Black with #7BBA3D
Text Example
Text Example
White with #7BBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA3D; }
p { color: rgb(123,186,61); }
H1.HeaderClassName
{
color: #7BBA3D;
}
.AnyTagClassName
{
color: #7BBA3D;
}
</style>
background-color css
<style>
a { background-color: #7BBA3D; }
a { background-color: rgb(123,186,61); }
div.DivClassName
{
background-color: #7BBA3D;
}
.BgClassName
{
background-color: #7BBA3D;
}
</style>
border-color css
<style>
span { border-color: #7BBA3D; }
span { border-color: rgb(123,186,61); }
td.TdClassName
{
border-color: #7BBA3D;
}
.TagClassName
{
border-color: #7BBA3D;
}
</style>