Shades of Apple #67A253
Tints of Apple #67A253
RGB
CMYK
RGB Variations
Color information
#67A253 (or 0x67A253) is known color: Apple. HEX triplet: 67, A2 and 53. RGB value is (103,162,83). Sum of RGB (Red+Green+Blue) = 103+162+83=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #67A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67A253 is #985DAC. Grayscale: #878787. Windows color (decimal): -9985453 or 5481063. OLE color: 5481063.
HSL color Cylindrical-coordinate representation of color #67A253: hue angle of 104.81º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A253 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 83 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.36 |
| HSL | 104.81º | 0.32% | 0.48% | - |
| HSV(B) | 104.81º | 0.49% | 0.64% | - |
| XYZ | 20.08 | 29.35 | 12.79 | - |
| YUV | 135.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 83 | 0.36 | 0 | 0.49 | 0.36 | 104.81 | 0.32 | 0.48 |
| Hex | 67 | A2 | 53 | 24 | 0 | 31 | 24 | 69 | 20 | 30 |
| Octal | 147 | 242 | 123 | 44 | 0 | 61 | 44 | 151 | 40 | 60 |
| Binary | 1100111 | 10100010 | 1010011 | 100100 | 0 | 110001 | 100100 | 1101001 | 100000 | 110000 |
Color Harmonies of #67A253
Complementary color
Monochromatic Colors of #67A253
Black with #67A253
Text Example
Text Example
White with #67A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A253; }
p { color: rgb(103,162,83); }
H1.HeaderClassName
{
color: #67A253;
}
.AnyTagClassName
{
color: #67A253;
}
</style>
background-color css
<style>
a { background-color: #67A253; }
a { background-color: rgb(103,162,83); }
div.DivClassName
{
background-color: #67A253;
}
.BgClassName
{
background-color: #67A253;
}
</style>
border-color css
<style>
span { border-color: #67A253; }
span { border-color: rgb(103,162,83); }
td.TdClassName
{
border-color: #67A253;
}
.TagClassName
{
border-color: #67A253;
}
</style>