Shades of Apple #67B834
Tints of Apple #67B834
RGB
CMYK
RGB Variations
Color information
#67B834 (or 0x67B834) is known color: Apple. HEX triplet: 67, B8 and 34. RGB value is (103,184,52). Sum of RGB (Red+Green+Blue) = 103+184+52=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 184 (72.27% from 255 or 54.28% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 184 - color contains mainly: green. Hex color #67B834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B834 is #9847CB. Grayscale: #919191. Windows color (decimal): -9979852 or 3455079. OLE color: 3455079.
HSL color Cylindrical-coordinate representation of color #67B834: hue angle of 96.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67B834 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 184 | 52 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.28 |
| HSL | 96.82º | 0.56% | 0.46% | - |
| HSV(B) | 96.82º | 0.72% | 0.72% | - |
| XYZ | 23.35 | 37.41 | 9.24 | - |
| YUV | 144.73 | 75.66 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 52 | 0.44 | 0 | 0.72 | 0.28 | 96.82 | 0.56 | 0.46 |
| Hex | 67 | B8 | 34 | 2C | 0 | 48 | 1C | 61 | 38 | 2E |
| Octal | 147 | 270 | 64 | 54 | 0 | 110 | 34 | 141 | 70 | 56 |
| Binary | 1100111 | 10111000 | 110100 | 101100 | 0 | 1001000 | 11100 | 1100001 | 111000 | 101110 |
Color Harmonies of #67B834
Complementary color
Monochromatic Colors of #67B834
Black with #67B834
Text Example
Text Example
White with #67B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B834; }
p { color: rgb(103,184,52); }
H1.HeaderClassName
{
color: #67B834;
}
.AnyTagClassName
{
color: #67B834;
}
</style>
background-color css
<style>
a { background-color: #67B834; }
a { background-color: rgb(103,184,52); }
div.DivClassName
{
background-color: #67B834;
}
.BgClassName
{
background-color: #67B834;
}
</style>
border-color css
<style>
span { border-color: #67B834; }
span { border-color: rgb(103,184,52); }
td.TdClassName
{
border-color: #67B834;
}
.TagClassName
{
border-color: #67B834;
}
</style>