Shades of Apple #67B631
Tints of Apple #67B631
RGB
CMYK
RGB Variations
Color information
#67B631 (or 0x67B631) is known color: Apple. HEX triplet: 67, B6 and 31. RGB value is (103,182,49). Sum of RGB (Red+Green+Blue) = 103+182+49=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #67B631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B631 is #9849CE. Grayscale: #8F8F8F. Windows color (decimal): -9980367 or 3257959. OLE color: 3257959.
HSL color Cylindrical-coordinate representation of color #67B631: hue angle of 95.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67B631 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 182 | 49 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.29 |
| HSL | 95.64º | 0.58% | 0.45% | - |
| HSV(B) | 95.64º | 0.73% | 0.71% | - |
| XYZ | 22.88 | 36.56 | 8.76 | - |
| YUV | 143.22 | 74.83 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 182 | 49 | 0.43 | 0 | 0.73 | 0.29 | 95.64 | 0.58 | 0.45 |
| Hex | 67 | B6 | 31 | 2B | 0 | 49 | 1D | 60 | 3A | 2D |
| Octal | 147 | 266 | 61 | 53 | 0 | 111 | 35 | 140 | 72 | 55 |
| Binary | 1100111 | 10110110 | 110001 | 101011 | 0 | 1001001 | 11101 | 1100000 | 111010 | 101101 |
Color Harmonies of #67B631
Complementary color
Monochromatic Colors of #67B631
Black with #67B631
Text Example
Text Example
White with #67B631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B631; }
p { color: rgb(103,182,49); }
H1.HeaderClassName
{
color: #67B631;
}
.AnyTagClassName
{
color: #67B631;
}
</style>
background-color css
<style>
a { background-color: #67B631; }
a { background-color: rgb(103,182,49); }
div.DivClassName
{
background-color: #67B631;
}
.BgClassName
{
background-color: #67B631;
}
</style>
border-color css
<style>
span { border-color: #67B631; }
span { border-color: rgb(103,182,49); }
td.TdClassName
{
border-color: #67B631;
}
.TagClassName
{
border-color: #67B631;
}
</style>