Shades of Apple #67B338
Tints of Apple #67B338
RGB
CMYK
RGB Variations
Color information
#67B338 (or 0x67B338) is known color: Apple. HEX triplet: 67, B3 and 38. RGB value is (103,179,56). Sum of RGB (Red+Green+Blue) = 103+179+56=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #67B338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67B338 is #984CC7. Grayscale: #8E8E8E. Windows color (decimal): -9981128 or 3715943. OLE color: 3715943.
HSL color Cylindrical-coordinate representation of color #67B338: hue angle of 97.07º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67B338 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 179 | 56 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.30 |
| HSL | 97.07º | 0.52% | 0.46% | - |
| HSV(B) | 97.07º | 0.69% | 0.7% | - |
| XYZ | 22.43 | 35.41 | 9.39 | - |
| YUV | 142.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 56 | 0.42 | 0 | 0.69 | 0.30 | 97.07 | 0.52 | 0.46 |
| Hex | 67 | B3 | 38 | 2A | 0 | 45 | 1E | 61 | 34 | 2E |
| Octal | 147 | 263 | 70 | 52 | 0 | 105 | 36 | 141 | 64 | 56 |
| Binary | 1100111 | 10110011 | 111000 | 101010 | 0 | 1000101 | 11110 | 1100001 | 110100 | 101110 |
Color Harmonies of #67B338
Complementary color
Monochromatic Colors of #67B338
Black with #67B338
Text Example
Text Example
White with #67B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B338; }
p { color: rgb(103,179,56); }
H1.HeaderClassName
{
color: #67B338;
}
.AnyTagClassName
{
color: #67B338;
}
</style>
background-color css
<style>
a { background-color: #67B338; }
a { background-color: rgb(103,179,56); }
div.DivClassName
{
background-color: #67B338;
}
.BgClassName
{
background-color: #67B338;
}
</style>
border-color css
<style>
span { border-color: #67B338; }
span { border-color: rgb(103,179,56); }
td.TdClassName
{
border-color: #67B338;
}
.TagClassName
{
border-color: #67B338;
}
</style>