#619F4E

Color #619F4E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #619F4E

Tints of Apple #619F4E

Color information

#619F4E (or 0x619F4E) is unknown color: approx Apple. HEX triplet: 61, 9F and 4E. RGB value is (97,159,78). Sum of RGB (Red+Green+Blue) = 97+159+78=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #619F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F4E is #9E60B1. Grayscale: #838383. Windows color (decimal): -10379442 or 5152609. OLE color: 5152609.

HSL color Cylindrical-coordinate representation of color #619F4E: hue angle of 105.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619F4E is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB9715978-
CMYK0.3900.510.38
HSL105.93º34.18%46.47%-
HSV(B)105.93º50.94%62.35%-
XYZ18.727.8911.6-
YUV131.2397.96103.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 159 (62.5% from 255) = 47.60%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=29.04%
G=47.60%
B=23.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159780.3900.510.38105.9334.1846.47
Hex619F4E27033266a222e
Octal14123711647063461524256
Binary110000110011111100111010011101100111001101101010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F4E; }

 p { color: rgb(97,159,78); }

 H1.HeaderClassName
 {
   color: #619F4E;
 }
 .AnyTagClassName
 {
   color: #619F4E;
 }
</style>
background-color css

<style>
 a { background-color: #619F4E; }

 a { background-color: rgb(97,159,78); }

 div.DivClassName
 {
   background-color: #619F4E;
 }
 .BgClassName
 {
   background-color: #619F4E;
 }
</style>
border-color css

<style>
 span { border-color: #619F4E; }

 span { border-color: rgb(97,159,78); }

 td.TdClassName
 {
   border-color: #619F4E;
 }
 .TagClassName
 {
   border-color: #619F4E;
 }
</style>