Shades of Apple #619B4B
Tints of Apple #619B4B
RGB
CMYK
RGB Variations
Color information
#619B4B (or 0x619B4B) is known color: Apple. HEX triplet: 61, 9B and 4B. RGB value is (97,155,75). Sum of RGB (Red+Green+Blue) = 97+155+75=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #619B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B4B is #9E64B4. Grayscale: #808080. Windows color (decimal): -10380469 or 4954977. OLE color: 4954977.
HSL color Cylindrical-coordinate representation of color #619B4B: hue angle of 103.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619B4B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 155 | 75 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.39 |
| HSL | 103.5º | 0.35% | 0.45% | - |
| HSV(B) | 103.5º | 0.52% | 0.61% | - |
| XYZ | 17.92 | 26.49 | 10.83 | - |
| YUV | 128.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 155 | 75 | 0.37 | 0 | 0.52 | 0.39 | 103.5 | 0.35 | 0.45 |
| Hex | 61 | 9B | 4B | 25 | 0 | 34 | 27 | 68 | 23 | 2D |
| Octal | 141 | 233 | 113 | 45 | 0 | 64 | 47 | 150 | 43 | 55 |
| Binary | 1100001 | 10011011 | 1001011 | 100101 | 0 | 110100 | 100111 | 1101000 | 100011 | 101101 |
Color Harmonies of #619B4B
Complementary color
Monochromatic Colors of #619B4B
Black with #619B4B
Text Example
Text Example
White with #619B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619B4B; }
p { color: rgb(97,155,75); }
H1.HeaderClassName
{
color: #619B4B;
}
.AnyTagClassName
{
color: #619B4B;
}
</style>
background-color css
<style>
a { background-color: #619B4B; }
a { background-color: rgb(97,155,75); }
div.DivClassName
{
background-color: #619B4B;
}
.BgClassName
{
background-color: #619B4B;
}
</style>
border-color css
<style>
span { border-color: #619B4B; }
span { border-color: rgb(97,155,75); }
td.TdClassName
{
border-color: #619B4B;
}
.TagClassName
{
border-color: #619B4B;
}
</style>