#619C46

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

Shades of Apple #619C46

Tints of Apple #619C46

Color information

#619C46 (or 0x619C46) is unknown color: approx Apple. HEX triplet: 61, 9C and 46. RGB value is (97,156,70). Sum of RGB (Red+Green+Blue) = 97+156+70=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #619C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C46 is #9E63B9. Grayscale: #808080. Windows color (decimal): -10380218 or 4627553. OLE color: 4627553.

HSL color Cylindrical-coordinate representation of color #619C46: hue angle of 101.16º 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 #619C46 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB9715670-
CMYK0.3800.550.39
HSL101.16º38.05%44.31%-
HSV(B)101.16º55.13%61.18%-
XYZ17.9226.7610.01-
YUV128.5594.95105.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=30.03%
G=48.30%
B=21.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97156700.3800.550.39101.1638.0544.31
Hex619C46260372765262c
Octal14123410646067471454654
Binary110000110011100100011010011001101111001111100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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