Shades of Apple #60B338
Tints of Apple #60B338
RGB
CMYK
RGB Variations
Color information
#60B338 (or 0x60B338) is known color: Apple. HEX triplet: 60, B3 and 38. RGB value is (96,179,56). Sum of RGB (Red+Green+Blue) = 96+179+56=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #60B338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B338 is #9F4CC7. Grayscale: #8C8C8C. Windows color (decimal): -10439880 or 3715936. OLE color: 3715936.
HSL color Cylindrical-coordinate representation of color #60B338: hue angle of 100.49º 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 #60B338 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 56 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.30 |
| HSL | 100.49º | 0.52% | 0.46% | - |
| HSV(B) | 100.49º | 0.69% | 0.7% | - |
| XYZ | 21.66 | 35.01 | 9.36 | - |
| YUV | 140.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 56 | 0.46 | 0 | 0.69 | 0.30 | 100.49 | 0.52 | 0.46 |
| Hex | 60 | B3 | 38 | 2E | 0 | 45 | 1E | 64 | 34 | 2E |
| Octal | 140 | 263 | 70 | 56 | 0 | 105 | 36 | 144 | 64 | 56 |
| Binary | 1100000 | 10110011 | 111000 | 101110 | 0 | 1000101 | 11110 | 1100100 | 110100 | 101110 |
Color Harmonies of #60B338
Complementary color
Monochromatic Colors of #60B338
Black with #60B338
Text Example
Text Example
White with #60B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B338; }
p { color: rgb(96,179,56); }
H1.HeaderClassName
{
color: #60B338;
}
.AnyTagClassName
{
color: #60B338;
}
</style>
background-color css
<style>
a { background-color: #60B338; }
a { background-color: rgb(96,179,56); }
div.DivClassName
{
background-color: #60B338;
}
.BgClassName
{
background-color: #60B338;
}
</style>
border-color css
<style>
span { border-color: #60B338; }
span { border-color: rgb(96,179,56); }
td.TdClassName
{
border-color: #60B338;
}
.TagClassName
{
border-color: #60B338;
}
</style>