Shades of Apple #67B330
Tints of Apple #67B330
RGB
CMYK
RGB Variations
Color information
#67B330 (or 0x67B330) is known color: Apple. HEX triplet: 67, B3 and 30. RGB value is (103,179,48). Sum of RGB (Red+Green+Blue) = 103+179+48=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #67B330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B330 is #984CCF. Grayscale: #8D8D8D. Windows color (decimal): -9981136 or 3191655. OLE color: 3191655.
HSL color Cylindrical-coordinate representation of color #67B330: hue angle of 94.81º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67B330 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 48 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.30 |
| HSL | 94.81º | 0.58% | 0.45% | - |
| HSV(B) | 94.81º | 0.73% | 0.7% | - |
| XYZ | 22.25 | 35.34 | 8.44 | - |
| YUV | 141.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 48 | 0.42 | 0 | 0.73 | 0.30 | 94.81 | 0.58 | 0.45 |
| Hex | 67 | B3 | 30 | 2A | 0 | 49 | 1E | 5F | 3A | 2D |
| Octal | 147 | 263 | 60 | 52 | 0 | 111 | 36 | 137 | 72 | 55 |
| Binary | 1100111 | 10110011 | 110000 | 101010 | 0 | 1001001 | 11110 | 1011111 | 111010 | 101101 |
Color Harmonies of #67B330
Complementary color
Monochromatic Colors of #67B330
Black with #67B330
Text Example
Text Example
White with #67B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B330; }
p { color: rgb(103,179,48); }
H1.HeaderClassName
{
color: #67B330;
}
.AnyTagClassName
{
color: #67B330;
}
</style>
background-color css
<style>
a { background-color: #67B330; }
a { background-color: rgb(103,179,48); }
div.DivClassName
{
background-color: #67B330;
}
.BgClassName
{
background-color: #67B330;
}
</style>
border-color css
<style>
span { border-color: #67B330; }
span { border-color: rgb(103,179,48); }
td.TdClassName
{
border-color: #67B330;
}
.TagClassName
{
border-color: #67B330;
}
</style>