Shades of Apple #60B13D
Tints of Apple #60B13D
RGB
CMYK
RGB Variations
Color information
#60B13D (or 0x60B13D) is known color: Apple. HEX triplet: 60, B1 and 3D. RGB value is (96,177,61). Sum of RGB (Red+Green+Blue) = 96+177+61=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #60B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B13D is #9F4EC2. Grayscale: #8B8B8B. Windows color (decimal): -10440387 or 4043104. OLE color: 4043104.
HSL color Cylindrical-coordinate representation of color #60B13D: hue angle of 101.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #60B13D is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 61 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.31 |
| HSL | 101.9º | 0.49% | 0.47% | - |
| HSV(B) | 101.9º | 0.66% | 0.69% | - |
| XYZ | 21.39 | 34.27 | 9.9 | - |
| YUV | 139.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 61 | 0.46 | 0 | 0.66 | 0.31 | 101.9 | 0.49 | 0.47 |
| Hex | 60 | B1 | 3D | 2E | 0 | 42 | 1F | 66 | 31 | 2F |
| Octal | 140 | 261 | 75 | 56 | 0 | 102 | 37 | 146 | 61 | 57 |
| Binary | 1100000 | 10110001 | 111101 | 101110 | 0 | 1000010 | 11111 | 1100110 | 110001 | 101111 |
Color Harmonies of #60B13D
Complementary color
Monochromatic Colors of #60B13D
Black with #60B13D
Text Example
Text Example
White with #60B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B13D; }
p { color: rgb(96,177,61); }
H1.HeaderClassName
{
color: #60B13D;
}
.AnyTagClassName
{
color: #60B13D;
}
</style>
background-color css
<style>
a { background-color: #60B13D; }
a { background-color: rgb(96,177,61); }
div.DivClassName
{
background-color: #60B13D;
}
.BgClassName
{
background-color: #60B13D;
}
</style>
border-color css
<style>
span { border-color: #60B13D; }
span { border-color: rgb(96,177,61); }
td.TdClassName
{
border-color: #60B13D;
}
.TagClassName
{
border-color: #60B13D;
}
</style>