Shades of Apple #67C34A
Tints of Apple #67C34A
RGB
CMYK
RGB Variations
Color information
#67C34A (or 0x67C34A) is known color: Apple. HEX triplet: 67, C3 and 4A. RGB value is (103,195,74). Sum of RGB (Red+Green+Blue) = 103+195+74=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #67C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C34A is #983CB5. Grayscale: #9A9A9A. Windows color (decimal): -9977014 or 4899687. OLE color: 4899687.
HSL color Cylindrical-coordinate representation of color #67C34A: hue angle of 105.62º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67C34A is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 74 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.24 |
| HSL | 105.62º | 0.5% | 0.53% | - |
| HSV(B) | 105.62º | 0.62% | 0.76% | - |
| XYZ | 26.34 | 42.41 | 13.28 | - |
| YUV | 153.7 | 83.02 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 74 | 0.47 | 0 | 0.62 | 0.24 | 105.62 | 0.5 | 0.53 |
| Hex | 67 | C3 | 4A | 2F | 0 | 3E | 18 | 6A | 32 | 35 |
| Octal | 147 | 303 | 112 | 57 | 0 | 76 | 30 | 152 | 62 | 65 |
| Binary | 1100111 | 11000011 | 1001010 | 101111 | 0 | 111110 | 11000 | 1101010 | 110010 | 110101 |
Color Harmonies of #67C34A
Complementary color
Monochromatic Colors of #67C34A
Black with #67C34A
Text Example
Text Example
White with #67C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C34A; }
p { color: rgb(103,195,74); }
H1.HeaderClassName
{
color: #67C34A;
}
.AnyTagClassName
{
color: #67C34A;
}
</style>
background-color css
<style>
a { background-color: #67C34A; }
a { background-color: rgb(103,195,74); }
div.DivClassName
{
background-color: #67C34A;
}
.BgClassName
{
background-color: #67C34A;
}
</style>
border-color css
<style>
span { border-color: #67C34A; }
span { border-color: rgb(103,195,74); }
td.TdClassName
{
border-color: #67C34A;
}
.TagClassName
{
border-color: #67C34A;
}
</style>