#619B46

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

Shades of Apple #619B46

Tints of Apple #619B46

Color information

#619B46 (or 0x619B46) is unknown color: approx Apple. HEX triplet: 61, 9B and 46. RGB value is (97,155,70). Sum of RGB (Red+Green+Blue) = 97+155+70=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #619B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B46 is #9E64B9. Grayscale: #808080. Windows color (decimal): -10380474 or 4627297. OLE color: 4627297.

HSL color Cylindrical-coordinate representation of color #619B46: hue angle of 100.94º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619B46 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB9715570-
CMYK0.3700.550.39
HSL100.94º37.78%44.12%-
HSV(B)100.94º54.84%60.78%-
XYZ17.7626.439.96-
YUV127.9795.28105.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=30.12%
G=48.14%
B=21.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97155700.3700.550.39100.9437.7844.12
Hex619B46250372765262c
Octal14123310645067471454654
Binary110000110011011100011010010101101111001111100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,70); }

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

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

 a { background-color: rgb(97,155,70); }

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

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

 span { border-color: rgb(97,155,70); }

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