Shades of Apple #609B43
Tints of Apple #609B43
RGB
CMYK
RGB Variations
Color information
#609B43 (or 0x609B43) is known color: Apple. HEX triplet: 60, 9B and 43. RGB value is (96,155,67). Sum of RGB (Red+Green+Blue) = 96+155+67=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #609B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B43 is #9F64BC. Grayscale: #7F7F7F. Windows color (decimal): -10446013 or 4430688. OLE color: 4430688.
HSL color Cylindrical-coordinate representation of color #609B43: hue angle of 100.23º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609B43 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 67 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.39 |
| HSL | 100.23º | 0.4% | 0.44% | - |
| HSV(B) | 100.23º | 0.57% | 0.61% | - |
| XYZ | 17.56 | 26.33 | 9.47 | - |
| YUV | 127.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 67 | 0.38 | 0 | 0.57 | 0.39 | 100.23 | 0.4 | 0.44 |
| Hex | 60 | 9B | 43 | 26 | 0 | 39 | 27 | 64 | 28 | 2C |
| Octal | 140 | 233 | 103 | 46 | 0 | 71 | 47 | 144 | 50 | 54 |
| Binary | 1100000 | 10011011 | 1000011 | 100110 | 0 | 111001 | 100111 | 1100100 | 101000 | 101100 |
Color Harmonies of #609B43
Complementary color
Monochromatic Colors of #609B43
Black with #609B43
Text Example
Text Example
White with #609B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B43; }
p { color: rgb(96,155,67); }
H1.HeaderClassName
{
color: #609B43;
}
.AnyTagClassName
{
color: #609B43;
}
</style>
background-color css
<style>
a { background-color: #609B43; }
a { background-color: rgb(96,155,67); }
div.DivClassName
{
background-color: #609B43;
}
.BgClassName
{
background-color: #609B43;
}
</style>
border-color css
<style>
span { border-color: #609B43; }
span { border-color: rgb(96,155,67); }
td.TdClassName
{
border-color: #609B43;
}
.TagClassName
{
border-color: #609B43;
}
</style>