Shades of Apple #67C13C
Tints of Apple #67C13C
RGB
CMYK
RGB Variations
Color information
#67C13C (or 0x67C13C) is known color: Apple. HEX triplet: 67, C1 and 3C. RGB value is (103,193,60). Sum of RGB (Red+Green+Blue) = 103+193+60=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #67C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C13C is #983EC3. Grayscale: #979797. Windows color (decimal): -9977540 or 3981671. OLE color: 3981671.
HSL color Cylindrical-coordinate representation of color #67C13C: hue angle of 100.6º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67C13C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 193 | 60 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.24 |
| HSL | 100.6º | 0.53% | 0.5% | - |
| HSV(B) | 100.6º | 0.69% | 0.76% | - |
| XYZ | 25.48 | 41.35 | 10.91 | - |
| YUV | 150.93 | 76.68 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 193 | 60 | 0.47 | 0 | 0.69 | 0.24 | 100.6 | 0.53 | 0.5 |
| Hex | 67 | C1 | 3C | 2F | 0 | 45 | 18 | 65 | 35 | 32 |
| Octal | 147 | 301 | 74 | 57 | 0 | 105 | 30 | 145 | 65 | 62 |
| Binary | 1100111 | 11000001 | 111100 | 101111 | 0 | 1000101 | 11000 | 1100101 | 110101 | 110010 |
Color Harmonies of #67C13C
Complementary color
Monochromatic Colors of #67C13C
Black with #67C13C
Text Example
Text Example
White with #67C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C13C; }
p { color: rgb(103,193,60); }
H1.HeaderClassName
{
color: #67C13C;
}
.AnyTagClassName
{
color: #67C13C;
}
</style>
background-color css
<style>
a { background-color: #67C13C; }
a { background-color: rgb(103,193,60); }
div.DivClassName
{
background-color: #67C13C;
}
.BgClassName
{
background-color: #67C13C;
}
</style>
border-color css
<style>
span { border-color: #67C13C; }
span { border-color: rgb(103,193,60); }
td.TdClassName
{
border-color: #67C13C;
}
.TagClassName
{
border-color: #67C13C;
}
</style>