Shades of Apple #67B34C
Tints of Apple #67B34C
RGB
CMYK
RGB Variations
Color information
#67B34C (or 0x67B34C) is known color: Apple. HEX triplet: 67, B3 and 4C. RGB value is (103,179,76). Sum of RGB (Red+Green+Blue) = 103+179+76=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #67B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B34C is #984CB3. Grayscale: #909090. Windows color (decimal): -9981108 or 5026663. OLE color: 5026663.
HSL color Cylindrical-coordinate representation of color #67B34C: hue angle of 104.27º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67B34C is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 76 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.30 |
| HSL | 104.27º | 0.4% | 0.5% | - |
| HSV(B) | 104.27º | 0.58% | 0.7% | - |
| XYZ | 23.02 | 35.65 | 12.5 | - |
| YUV | 144.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 76 | 0.42 | 0 | 0.58 | 0.30 | 104.27 | 0.4 | 0.5 |
| Hex | 67 | B3 | 4C | 2A | 0 | 3A | 1E | 68 | 28 | 32 |
| Octal | 147 | 263 | 114 | 52 | 0 | 72 | 36 | 150 | 50 | 62 |
| Binary | 1100111 | 10110011 | 1001100 | 101010 | 0 | 111010 | 11110 | 1101000 | 101000 | 110010 |
Color Harmonies of #67B34C
Complementary color
Monochromatic Colors of #67B34C
Black with #67B34C
Text Example
Text Example
White with #67B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B34C; }
p { color: rgb(103,179,76); }
H1.HeaderClassName
{
color: #67B34C;
}
.AnyTagClassName
{
color: #67B34C;
}
</style>
background-color css
<style>
a { background-color: #67B34C; }
a { background-color: rgb(103,179,76); }
div.DivClassName
{
background-color: #67B34C;
}
.BgClassName
{
background-color: #67B34C;
}
</style>
border-color css
<style>
span { border-color: #67B34C; }
span { border-color: rgb(103,179,76); }
td.TdClassName
{
border-color: #67B34C;
}
.TagClassName
{
border-color: #67B34C;
}
</style>